From 44a63fda576f0e114575800b26a4fd79be4027ef Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 23 Aug 2009 00:18:36 +0200 Subject: Let work actions shortcut in MainWindow --- src/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainwindow.cpp') 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 -- cgit v1.2.1