diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-26 23:47:07 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-26 23:47:07 +0200 |
commit | 1c711c5cb96b08c4f5a417db2d26be37709733b6 (patch) | |
tree | c943f0e514d94fd6f1dd9f92e203d5636b96e180 /src | |
parent | missing colon (diff) | |
download | rekonq-1c711c5cb96b08c4f5a417db2d26be37709733b6.tar.xz |
No more need for CTRL+M shortcut
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.cpp | 1 |
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()); |