diff options
| author | Emmanuel Pescosta <[email protected]> | 2015-02-03 09:25:33 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2015-02-03 09:25:33 +0100 |
| commit | 3515582495f9aa02369a342d73c11079fcdcd654 (patch) | |
| tree | c7e9a855e137c773b09942ff1a5d7302c562ac14 /src/settings/general/configurepreviewplugindialog.h | |
| parent | 122e1c6288b7330ab1eb38cdd7361efb5c092876 (diff) | |
Ported Dolphin from KDialog to QDialog and save/restoreDialogSize to KWindowConfig::save/restoreWindowSize with the help of the porting scripts.
REVIEW: 122305
Diffstat (limited to 'src/settings/general/configurepreviewplugindialog.h')
| -rw-r--r-- | src/settings/general/configurepreviewplugindialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings/general/configurepreviewplugindialog.h b/src/settings/general/configurepreviewplugindialog.h index 02a0cde34..620caeb51 100644 --- a/src/settings/general/configurepreviewplugindialog.h +++ b/src/settings/general/configurepreviewplugindialog.h @@ -20,12 +20,12 @@ #ifndef CONFIGUREPREVIEWPLUGINDIALOG_H #define CONFIGUREPREVIEWPLUGINDIALOG_H -#include <KDialog> +#include <QDialog> /** * @brief Dialog for configuring preview-plugins. */ -class ConfigurePreviewPluginDialog : public KDialog +class ConfigurePreviewPluginDialog : public QDialog { Q_OBJECT |
