]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/actionhandler.h
Sanity check stage II: rename classes...
[architektonas] / src / widgets / actionhandler.h
index 5d3792e7e5fbb19f1b4ce0ef34a447d607e0e58d..1d9ce52651f979adcd4c46271ac0de379be08035 100644 (file)
@@ -11,13 +11,13 @@ class ActionInterface;
 /**
  * This class can trigger actions (from menus, buttons, ...).
  */
-class QG_ActionHandler: public QObject
+class ActionHandler: public QObject
 {
        Q_OBJECT
 
        public:
-               QG_ActionHandler(QG_MainWindowInterface * mw);
-               virtual ~QG_ActionHandler();
+               ActionHandler(QG_MainWindowInterface * mw);
+               virtual ~ActionHandler();
 
                ActionInterface * getCurrentAction();
                ActionInterface * setCurrentAction(RS2::ActionType id);