Correct method of making shortcuts work with hidden menu bar, now possible with kdelibs changes.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=693130
This commit is contained in:
Robert Knight
2007-07-27 07:26:28 +00:00
parent 10c88b4f38
commit b73c3c5cd9
2 changed files with 3 additions and 17 deletions

View File

@@ -85,18 +85,9 @@ SessionController::SessionController(Session* session , TerminalDisplay* view, Q
// handle user interface related to session (menus etc.)
setXMLFile("konsole/sessionui.rc");
actionCollection()->setAssociatedWidget(view);
setupActions();
// add all actions to this window, so that the keyboard shortcuts can be
// used even when the main window's menu is hidden
//
// TODO: The Qt-4 behaviour of shortcuts not working when the menu bar is hidden
// affects other KDE applications as well. A kdelibs fix might be possible.
//
// See discussion:
// http://lists.kde.org/?l=konsole-devel&m=118529209602516&w=2
view->addActions(actionCollection()->actions());
setIdentifier(_session->sessionId());
sessionTitleChanged();