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
10 #include <kiowidgets_export.h>
12 #if KIOWIDGETS_BUILD_DEPRECATED_SINCE(5, 87)
17 * @brief Dialog for configuring preview-plugins.
19 class ConfigurePreviewPluginDialog
: public QDialog
25 * @param pluginName User visible name of the plugin
26 * @param desktopEntryName The name of the plugin that is noted in the desktopentry.
27 * Is used to instantiate the plugin to get the configuration
29 * @param parent Parent widget.
31 ConfigurePreviewPluginDialog(const QString
&pluginName
, const QString
&desktopEntryName
, QWidget
*parent
);
32 ~ConfigurePreviewPluginDialog() override
= default;
34 #endif // KIOWIDGETS_BUILD_DEPRECATED_SINCE