]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/actionhandler.h
Phase two of adding polyline functionality...
[architektonas] / src / widgets / actionhandler.h
index 5d3792e7e5fbb19f1b4ce0ef34a447d607e0e58d..e70ecae521ff28b32713de11fe5813ec030a444a 100644 (file)
@@ -2,7 +2,7 @@
 #define __ACTIONHANDLER_H__
 
 #include <QtGui>
-#include "rs.h"
+#include "enums.h"
 
 class QG_MainWindowInterface;
 class CadToolBarSnap;
@@ -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);