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/previewssettingspage.cpp | |
| 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/previewssettingspage.cpp')
| -rw-r--r-- | src/settings/general/previewssettingspage.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settings/general/previewssettingspage.cpp b/src/settings/general/previewssettingspage.cpp index 835af9dbe..9e5f18cc7 100644 --- a/src/settings/general/previewssettingspage.cpp +++ b/src/settings/general/previewssettingspage.cpp @@ -23,7 +23,6 @@ #include "configurepreviewplugindialog.h" #include <KConfigGroup> -#include <KDialog> #include <KGlobal> #include <KLocalizedString> #include <KNumInput> @@ -88,7 +87,6 @@ PreviewsSettingsPage::PreviewsSettingsPage(QWidget* parent) : fileSizeBoxLayout->addWidget(remoteFileSizeLabel, 0, Qt::AlignRight); fileSizeBoxLayout->addWidget(m_remoteFileSizeBox); - topLayout->addSpacing(KDialog::spacingHint()); topLayout->addWidget(showPreviewsLabel); topLayout->addWidget(m_listView); topLayout->addLayout(fileSizeBoxLayout); |
