┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Gâteau <[email protected]>2010-11-09 00:15:14 +0000
committerAurélien Gâteau <[email protected]>2010-11-09 00:15:14 +0000
commit1a13fffbd95c5cbb00001f4dd1a3ea4c86c53106 (patch)
tree1cbdc8faa4c4194d8468c83b9f4da345c7fefb1c
parent45503c3d3d26ebe8f0f98d951c2bb37a1641b86b (diff)
Revert "showMenuBar is deprecated, use showHideMenuBar instead."
This reverts commit f20cd7fd1836d0f16bc1dec2204bd4356a9f2802. svn path=/trunk/KDE/kdebase/apps/; revision=1194446
-rw-r--r--src/dolphinmainwindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 8bba990c7..140ad06a2 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -56,7 +56,6 @@
#include <kconfig.h>
#include <kdesktopfile.h>
#include <kdeversion.h>
-#include <kdualaction.h>
#include <kfiledialog.h>
#include <kfileplacesmodel.h>
#include <kglobal.h>
@@ -1536,7 +1535,7 @@ void DolphinMainWindow::setupActions()
connect(openTerminal, SIGNAL(triggered()), this, SLOT(openTerminal()));
// setup 'Settings' menu
- m_showMenuBar = KStandardAction::showHideMenubar(this, SLOT(toggleShowMenuBar()), actionCollection());
+ m_showMenuBar = KStandardAction::showMenubar(this, SLOT(toggleShowMenuBar()), actionCollection());
KStandardAction::preferences(this, SLOT(editSettings()), actionCollection());
// not in menu actions