diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-22 15:24:41 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-22 15:24:41 +0100 |
commit | c8ecdd13ee1a66acc400b871ee4b4841537b1e82 (patch) | |
tree | 9b0a211b31863e5c2067eb68eaeed2297240ca2a | |
parent | window config title : rekonfig (diff) | |
download | rekonq-c8ecdd13ee1a66acc400b871ee4b4841537b1e82.tar.xz |
Comment
-rw-r--r-- | src/browsermainwindow.cpp | 1 |
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 -------------------------------------------------------------------------------------------------- |