From e58f0c085cbf4932b4bf83ec2b6fd6a536a8c7bb Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Thu, 5 May 2022 22:07:03 +0200 Subject: Port away from deprecated ThumbCreator API Configurability of individual preview plugins has been deprecated since KIO 5.87. --- src/settings/general/configurepreviewplugindialog.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/settings/general/configurepreviewplugindialog.h') 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 +#include + +#if KIOWIDGETS_BUILD_DEPRECATED_SINCE(5, 87) + #include /** @@ -29,5 +34,6 @@ public: QWidget* parent); ~ConfigurePreviewPluginDialog() override = default; }; +#endif // KIOWIDGETS_BUILD_DEPRECATED_SINCE #endif -- cgit v1.3.1