diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-23 00:18:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-23 00:18:36 +0200 |
commit | 44a63fda576f0e114575800b26a4fd79be4027ef (patch) | |
tree | 1b9c0b4cde971c9393dd950366094eaf6186afb3 | |
parent | Some actions fixed and re-enabled history action (back) menu (diff) | |
download | rekonq-44a63fda576f0e114575800b26a4fd79be4027ef.tar.xz |
Let work actions shortcut in MainWindow
-rw-r--r-- | src/mainwindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index df3fb124..9b377273 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -221,6 +221,9 @@ KActionCollection *MainWindow::actionCollection () const void MainWindow::setupActions() { + // this let shortcuts work.. + actionCollection()->addAssociatedWidget(this); + KAction *a; // location bar |