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