┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/general/configurepreviewplugindialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings/general/configurepreviewplugindialog.h')
-rw-r--r--src/settings/general/configurepreviewplugindialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settings/general/configurepreviewplugindialog.h b/src/settings/general/configurepreviewplugindialog.h
index d6a28f53f..967780c37 100644
--- a/src/settings/general/configurepreviewplugindialog.h
+++ b/src/settings/general/configurepreviewplugindialog.h
@@ -7,6 +7,11 @@
#ifndef CONFIGUREPREVIEWPLUGINDIALOG_H
#define CONFIGUREPREVIEWPLUGINDIALOG_H
+#include <QtGlobal>
+#include <kiowidgets_export.h>
+
+#if KIOWIDGETS_BUILD_DEPRECATED_SINCE(5, 87)
+
#include <QDialog>
/**
@@ -29,5 +34,6 @@ public:
QWidget* parent);
~ConfigurePreviewPluginDialog() override = default;
};
+#endif // KIOWIDGETS_BUILD_DEPRECATED_SINCE
#endif