┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewsettingspage.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-09 19:12:54 +0000
committerPeter Penz <[email protected]>2007-04-09 19:12:54 +0000
commitc8a4f1fd8d3c9b50e51b7234123b3fbe0b979552 (patch)
treec8e29897fa7457cd31ffb51666c7e3cb8a5a2fea /src/viewsettingspage.cpp
parent30161a7b3fe76578f43a61381c98a5ae475ed52a (diff)
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using:
astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad=oper --unpad=paren \ --one-line=keep-statements --convert-tabs \ --indent-preprocessor \ `find -type f -name '*.cpp'` `find -type f -name '*.h'` svn path=/trunk/KDE/kdebase/apps/; revision=651981
Diffstat (limited to 'src/viewsettingspage.cpp')
-rw-r--r--src/viewsettingspage.cpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/viewsettingspage.cpp b/src/viewsettingspage.cpp
index 019c83afe..bef99bacc 100644
--- a/src/viewsettingspage.cpp
+++ b/src/viewsettingspage.cpp
@@ -36,11 +36,11 @@
ViewSettingsPage::ViewSettingsPage(DolphinMainWindow* mainWindow,
QWidget* parent) :
- SettingsPageBase(parent),
- m_generalPage(0),
- m_iconsPage(0),
- m_detailsPage(0),
- m_columnPage(0)
+ SettingsPageBase(parent),
+ m_generalPage(0),
+ m_iconsPage(0),
+ m_detailsPage(0),
+ m_columnPage(0)
{
QVBoxLayout* topLayout = new QVBoxLayout(this);
topLayout->setMargin(0);
@@ -68,8 +68,7 @@ ViewSettingsPage::ViewSettingsPage(DolphinMainWindow* mainWindow,
}
ViewSettingsPage::~ViewSettingsPage()
-{
-}
+{}
void ViewSettingsPage::applySettings()
{