X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Factionhandler.h;h=e70ecae521ff28b32713de11fe5813ec030a444a;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=5d3792e7e5fbb19f1b4ce0ef34a447d607e0e58d;hpb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;p=architektonas diff --git a/src/widgets/actionhandler.h b/src/widgets/actionhandler.h index 5d3792e..e70ecae 100644 --- a/src/widgets/actionhandler.h +++ b/src/widgets/actionhandler.h @@ -2,7 +2,7 @@ #define __ACTIONHANDLER_H__ #include -#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);