X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondimleader.h;h=eff25002f5cd6ec160bcee643c56259ab6fb2196;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=3db3b0ac75c555b6548997b748df9206f63536b3;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/actions/actiondimleader.h b/src/actions/actiondimleader.h index 3db3b0a..eff2500 100644 --- a/src/actions/actiondimleader.h +++ b/src/actions/actiondimleader.h @@ -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. */