]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/qg_actionhandler.h
In the middle of major refactoring...
[architektonas] / src / widgets / qg_actionhandler.h
index 3126a37818cbabfb811ee9f5ca0734067613be06..ba86f020aa25900f9530f38c9082de40fab47d96 100644 (file)
@@ -6,7 +6,7 @@
 
 class QG_MainWindowInterface;
 class CadToolBarSnap;
-class RS_ActionInterface;
+class ActionInterface;
 
 /**
  * This class can trigger actions (from menus, buttons, ...).
@@ -19,8 +19,8 @@ class QG_ActionHandler: public QObject
                QG_ActionHandler(QG_MainWindowInterface * mw);
                virtual ~QG_ActionHandler();
 
-               RS_ActionInterface * getCurrentAction();
-               RS_ActionInterface * setCurrentAction(RS2::ActionType id);
+               ActionInterface * getCurrentAction();
+               ActionInterface * setCurrentAction(RS2::ActionType id);
                void killSelectActions();
 
                bool keycode(const QString & code);