diff options
| author | Ahmad Samir <[email protected]> | 2022-05-05 22:07:03 +0200 |
|---|---|---|
| committer | Ahmad Samir <[email protected]> | 2022-05-31 14:25:13 +0000 |
| commit | e58f0c085cbf4932b4bf83ec2b6fd6a536a8c7bb (patch) | |
| tree | 18993d47aa421f94caba89c320c0ac922ce9821c /src/settings/general/configurepreviewplugindialog.h | |
| parent | 5cbe6b530249ab5f5b1b9f57cf794a2b7faec269 (diff) | |
Port away from deprecated ThumbCreator API
Configurability of individual preview plugins has been deprecated since KIO
5.87.
Diffstat (limited to 'src/settings/general/configurepreviewplugindialog.h')
| -rw-r--r-- | src/settings/general/configurepreviewplugindialog.h | 6 |
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 |
