summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-08-02 16:26:50 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-08-02 16:26:50 +0200
commitc9f7eb2471020a9712b798f6353dd02daaac03b6 (patch)
tree7dda8ac2c5f2cd11b5b50d9f58714a18a5ea6f3e /src/mainwindow.cpp
parentFaster startup (diff)
downloadrekonq-c9f7eb2471020a9712b798f6353dd02daaac03b6.tar.xz
Fixing bookmarks toolbar in xmlgui (or at least I hope so)
Removing one doubled F6 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 7c77ef13..9207f6ec 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -189,7 +189,6 @@ void MainWindow::setupToolbars()
// location bar
a = new KAction(i18n("Location Bar"), this);
- a->setShortcut(KShortcut(Qt::Key_F6));
a->setDefaultWidget(m_view->widgetBar());
actionCollection()->addAction( QL1S("url_bar"), a);