X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Fcadtoolbarselect.h;h=4ba9aa155495b9feeaea9b1a9326157f764db512;hb=d774c2655ba2c3657a565f325411144452392277;hp=03a157dadadf8b7628ac5463f982f5296e20020b;hpb=c5e595b3156fdf5f93ab6a1032dcc77e859ac6fa;p=architektonas diff --git a/src/forms/cadtoolbarselect.h b/src/forms/cadtoolbarselect.h index 03a157d..4ba9aa1 100644 --- a/src/forms/cadtoolbarselect.h +++ b/src/forms/cadtoolbarselect.h @@ -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; };