diff options
Diffstat (limited to 'src/mainwindow.cpp')
-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 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); |