]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/cadtoolbarselect.h
In the middle of major refactoring...
[architektonas] / src / forms / cadtoolbarselect.h
index 03a157dadadf8b7628ac5463f982f5296e20020b..4ba9aa155495b9feeaea9b1a9326157f764db512 100644 (file)
@@ -5,7 +5,7 @@
 
 class CadToolBar;
 class QG_ActionHandler;
-class RS_ActionInterface;
+class ActionInterface;
 
 class CadToolBarSelect: public QWidget
 {
@@ -15,7 +15,7 @@ class CadToolBarSelect: public QWidget
                CadToolBarSelect(CadToolBar * parent, Qt::WindowFlags flags = 0);
                ~CadToolBarSelect();
 
-               void setSelectAction(RS_ActionInterface * selectAction);
+               void setSelectAction(ActionInterface * selectAction);
                void setNextAction(int nextAction);
 
        public slots:
@@ -24,7 +24,7 @@ class CadToolBarSelect: public QWidget
        private:
                QToolButton * doit;
                QG_ActionHandler * actionHandler;
-               RS_ActionInterface * selectAction;
+               ActionInterface * selectAction;
                int nextAction;
 };