summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-26 23:47:07 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-26 23:47:07 +0200
commit1c711c5cb96b08c4f5a417db2d26be37709733b6 (patch)
treec943f0e514d94fd6f1dd9f92e203d5636b96e180 /src/mainwindow.cpp
parentmissing colon (diff)
downloadrekonq-1c711c5cb96b08c4f5a417db2d26be37709733b6.tar.xz
No more need for CTRL+M shortcut
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 6c31a5b7..48d57e7d 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -250,7 +250,6 @@ void MainWindow::setupActions()
KStandardAction::home(this, SLOT(slotHome()), actionCollection());
KStandardAction::preferences(this, SLOT(slotPreferences()), actionCollection());
- KStandardAction::showMenubar(this, SLOT(slotShowMenubar(bool)), actionCollection());
// WEB Actions (NO KStandardActions..)
a = KStandardAction::redisplay(m_view, SLOT(slotWebReload()), actionCollection());