From 8487a9255cbfee6cbd1da757689d92e8f519ebdc Mon Sep 17 00:00:00 2001 From: Michael Jansen Date: Tue, 7 Oct 2008 22:40:58 +0000 Subject: [PATCH] Use KActions with kxmlgui. Not QActions. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=869034 --- src/ViewManager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ViewManager.cpp b/src/ViewManager.cpp index 4d92cd43e..b66707525 100644 --- a/src/ViewManager.cpp +++ b/src/ViewManager.cpp @@ -128,10 +128,10 @@ void ViewManager::setupActions() KAction* nextViewAction = new KAction( i18n("Next View") , this ); KAction* previousViewAction = new KAction( i18n("Previous View") , this ); - QAction* nextContainerAction = new QAction( i18n("Next View Container") , this); + KAction* nextContainerAction = new KAction( i18n("Next View Container") , this); - QAction* moveViewLeftAction = new QAction( i18n("Move View Left") , this ); - QAction* moveViewRightAction = new QAction( i18n("Move View Right") , this ); + KAction* moveViewLeftAction = new KAction( i18n("Move View Left") , this ); + KAction* moveViewRightAction = new KAction( i18n("Move View Right") , this ); // list of actions that should only be enabled when there are multiple view // containers open