]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/general/configurepreviewplugindialog.h
Remove unused includes
[dolphin.git] / src / settings / general / configurepreviewplugindialog.h
index d6a28f53f022cbd0782400387d05f1cfc3e2b5d1..2da7a3afd2113a21690fd3a90a69f715d71aae36 100644 (file)
@@ -7,6 +7,10 @@
 #ifndef CONFIGUREPREVIEWPLUGINDIALOG_H
 #define CONFIGUREPREVIEWPLUGINDIALOG_H
 
+#include <kiowidgets_export.h>
+
+#if KIOWIDGETS_BUILD_DEPRECATED_SINCE(5, 87)
+
 #include <QDialog>
 
 /**
@@ -29,5 +33,6 @@ public:
                                  QWidget* parent);
     ~ConfigurePreviewPluginDialog() override = default;
 };
+#endif // KIOWIDGETS_BUILD_DEPRECATED_SINCE
 
 #endif