X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/462982faa361c79daab43ce526ae64646b1ea63c..40cc5f665d:/src/settings/general/configurepreviewplugindialog.h diff --git a/src/settings/general/configurepreviewplugindialog.h b/src/settings/general/configurepreviewplugindialog.h index d6a28f53f..2da7a3afd 100644 --- a/src/settings/general/configurepreviewplugindialog.h +++ b/src/settings/general/configurepreviewplugindialog.h @@ -7,6 +7,10 @@ #ifndef CONFIGUREPREVIEWPLUGINDIALOG_H #define CONFIGUREPREVIEWPLUGINDIALOG_H +#include + +#if KIOWIDGETS_BUILD_DEPRECATED_SINCE(5, 87) + #include /** @@ -29,5 +33,6 @@ public: QWidget* parent); ~ConfigurePreviewPluginDialog() override = default; }; +#endif // KIOWIDGETS_BUILD_DEPRECATED_SINCE #endif