diff options
| author | Peter Penz <[email protected]> | 2008-12-12 06:55:26 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-12-12 06:55:26 +0000 |
| commit | 85aec92f819eae5a6189bd3ec25cff44dce3ae19 (patch) | |
| tree | 3e03212e14973b71a6590fde819082a15a064c66 /src/generalsettingspage.cpp | |
| parent | abce76721daaf6b785048a1fb9abd622236edd74 (diff) | |
SVN_SILENT: removed trailing spaces
svn path=/trunk/KDE/kdebase/apps/; revision=895978
Diffstat (limited to 'src/generalsettingspage.cpp')
| -rw-r--r-- | src/generalsettingspage.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/generalsettingspage.cpp b/src/generalsettingspage.cpp index a6775df19..68193b4e4 100644 --- a/src/generalsettingspage.cpp +++ b/src/generalsettingspage.cpp @@ -78,9 +78,9 @@ GeneralSettingsPage::GeneralSettingsPage(DolphinMainWindow* mainWin, QWidget* pa QVBoxLayout* contextMenuBoxLayout = new QVBoxLayout(contextMenuBox); contextMenuBoxLayout->addWidget(m_showDeleteCommand); contextMenuBoxLayout->addWidget(m_showCopyMoveMenu); - + QGroupBox* statusBarBox = new QGroupBox(i18nc("@title:group", "Status Bar"), vBox); - + m_showZoomSlider = new QCheckBox(i18nc("@option:check", "Show zoom slider"), statusBarBox); connect(m_showZoomSlider, SIGNAL(toggled(bool)), this, SIGNAL(changed())); @@ -96,7 +96,7 @@ GeneralSettingsPage::GeneralSettingsPage(DolphinMainWindow* mainWin, QWidget* pa m_renameInline = new QCheckBox(i18nc("@option:check", "Rename inline"), vBox); connect(m_renameInline, SIGNAL(toggled(bool)), this, SIGNAL(changed())); - + m_autoExpandFolders = new QCheckBox(i18nc("option:check", "Open folders during drag operations"), vBox); connect(m_autoExpandFolders, SIGNAL(toggled(bool)), this, SIGNAL(changed())); @@ -157,7 +157,7 @@ void GeneralSettingsPage::loadSettings() KSharedConfig::Ptr globalConfig = KSharedConfig::openConfig("kdeglobals", KConfig::IncludeGlobals); KConfigGroup configGroup(globalConfig, "KDE"); m_showDeleteCommand->setChecked(configGroup.readEntry("ShowDeleteCommand", false)); - + GeneralSettings* settings = DolphinSettings::instance().generalSettings(); m_showCopyMoveMenu->setChecked(settings->showCopyMoveMenu()); m_showZoomSlider->setChecked(settings->showZoomSlider()); |
