diff options
| author | Peter Penz <[email protected]> | 2007-05-06 17:41:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-06 17:41:49 +0000 |
| commit | cdcb4b0166aefdd382d20e7ff3b5cb217ba54ba8 (patch) | |
| tree | 0b4d25e399f292d2159aa342dfe8c940d98134f3 /src/dolphinmainwindow.cpp | |
| parent | bafaf9496cc439c461e249057e5d913e9aa734fc (diff) | |
coding style cleanup: fix wrong indenting of members in constructor
svn path=/trunk/KDE/kdebase/apps/; revision=661819
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index b87b3cb08..ee4830785 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -73,11 +73,11 @@ #include <QDockWidget> DolphinMainWindow::DolphinMainWindow(int id) : - KXmlGuiWindow(0), - m_newMenu(0), - m_splitter(0), - m_activeView(0), - m_id(id) + KXmlGuiWindow(0), + m_newMenu(0), + m_splitter(0), + m_activeView(0), + m_id(id) { setObjectName("Dolphin"); m_view[PrimaryIdx] = 0; |
