X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondimleader.h;h=eff25002f5cd6ec160bcee643c56259ab6fb2196;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=d014628fd2236f9df287802580ce31e89bc57236;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actiondimleader.h b/src/actions/actiondimleader.h index d014628..eff2500 100644 --- a/src/actions/actiondimleader.h +++ b/src/actions/actiondimleader.h @@ -3,7 +3,7 @@ #include #include "actioninterface.h" -#include "rs_leader.h" +#include "leader.h" class Vector; @@ -25,7 +25,7 @@ class ActionDimLeader: public ActionInterface }; public: - ActionDimLeader(RS_EntityContainer & container, GraphicView & graphicView); + ActionDimLeader(EntityContainer & container, GraphicView & graphicView); ~ActionDimLeader(); virtual RS2::ActionType rtti(); @@ -36,7 +36,7 @@ class ActionDimLeader: public ActionInterface virtual void mouseReleaseEvent(QMouseEvent * e); virtual void keyPressEvent(QKeyEvent *); virtual void coordinateEvent(Vector * e); - virtual void commandEvent(RS_CommandEvent * e); + virtual void commandEvent(CommandEvent * e); virtual QStringList getAvailableCommands(); virtual void showOptions(); virtual void hideOptions(); @@ -48,7 +48,7 @@ class ActionDimLeader: public ActionInterface /** * Leader entity. */ - RS_Leader * leader; + Leader * leader; /** * Points set so far. */