]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/cadtoolbarselect.h
Sanity check stage II: rename classes...
[architektonas] / src / forms / cadtoolbarselect.h
index 4ba9aa155495b9feeaea9b1a9326157f764db512..34ea3138f729c2b7096c0f4af21830bb93e25d90 100644 (file)
@@ -4,7 +4,7 @@
 #include <QtGui>
 
 class CadToolBar;
-class QG_ActionHandler;
+class ActionHandler;
 class ActionInterface;
 
 class CadToolBarSelect: public QWidget
@@ -23,7 +23,7 @@ class CadToolBarSelect: public QWidget
 
        private:
                QToolButton * doit;
-               QG_ActionHandler * actionHandler;
+               ActionHandler * actionHandler;
                ActionInterface * selectAction;
                int nextAction;
 };