mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 12:15:33 -04:00
Use KActions with kxmlgui. Not QActions.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=869034
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user