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