]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/general/configurepreviewplugindialog.h
Port to KF6 KParts
[dolphin.git] / src / settings / general / configurepreviewplugindialog.h
index d6a28f53f022cbd0782400387d05f1cfc3e2b5d1..66504cce2ef3097cfd7bb19192fa4ce025f8116c 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>
 
 /**
@@ -24,10 +28,9 @@ public:
      *                         widget.
      * @param parent           Parent widget.
      */
-    ConfigurePreviewPluginDialog(const QString& pluginName,
-                                 const QString& desktopEntryName,
-                                 QWidget* parent);
+    ConfigurePreviewPluginDialog(const QString &pluginName, const QString &desktopEntryName, QWidget *parent);
     ~ConfigurePreviewPluginDialog() override = default;
 };
+#endif // KIOWIDGETS_BUILD_DEPRECATED_SINCE
 
 #endif