summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-22 15:24:41 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-22 15:24:41 +0100
commitc8ecdd13ee1a66acc400b871ee4b4841537b1e82 (patch)
tree9b0a211b31863e5c2067eb68eaeed2297240ca2a /src
parentwindow config title : rekonfig (diff)
downloadrekonq-c8ecdd13ee1a66acc400b871ee4b4841537b1e82.tar.xz
Comment
Diffstat (limited to 'src')
-rw-r--r--src/browsermainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/browsermainwindow.cpp b/src/browsermainwindow.cpp
index 9fa6b4f6..cafb45bd 100644
--- a/src/browsermainwindow.cpp
+++ b/src/browsermainwindow.cpp
@@ -338,6 +338,7 @@ void BrowserMainWindow::setupMenu()
// ------------------------------------------------------------- SETTINGS ------------------------------------------------------------------------------------------------------
KMenu *settingsMenu = (KMenu *) menuBar()->addMenu( i18n("&Settings") );
+ settingsMenu->addAction( KStandardAction::keyBindings( this, SLOT( configureShortcuts() ), this ) ); //FIXME need new slot and actionCollection !!
settingsMenu->addAction( KStandardAction::preferences(this, SLOT( slotPreferences() ) , this ) );
// ------------------------------------------------------------- HELP --------------------------------------------------------------------------------------------------