2 * SPDX-FileCopyrightText: 2011 Peter Penz <peter.penz19@gmail.com>
4 * SPDX-License-Identifier: GPL-2.0-or-later
7 #ifndef CONFIGUREPREVIEWPLUGINDIALOG_H
8 #define CONFIGUREPREVIEWPLUGINDIALOG_H
11 #include <kiowidgets_export.h>
13 #if KIOWIDGETS_BUILD_DEPRECATED_SINCE(5, 87)
18 * @brief Dialog for configuring preview-plugins.
20 class ConfigurePreviewPluginDialog
: public QDialog
26 * @param pluginName User visible name of the plugin
27 * @param desktopEntryName The name of the plugin that is noted in the desktopentry.
28 * Is used to instantiate the plugin to get the configuration
30 * @param parent Parent widget.
32 ConfigurePreviewPluginDialog(const QString
& pluginName
,
33 const QString
& desktopEntryName
,
35 ~ConfigurePreviewPluginDialog() override
= default;
37 #endif // KIOWIDGETS_BUILD_DEPRECATED_SINCE