X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondrawlinepolygon.h;h=f46ef9839bda20e59774a0a7eb4180bc5cf8c7d4;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=60150f4f8eac1c4732fe394177926869e4a774a7;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actiondrawlinepolygon.h b/src/actions/actiondrawlinepolygon.h index 60150f4..f46ef98 100644 --- a/src/actions/actiondrawlinepolygon.h +++ b/src/actions/actiondrawlinepolygon.h @@ -20,7 +20,7 @@ class ActionDrawLinePolygon: public ActionInterface }; public: - ActionDrawLinePolygon(RS_EntityContainer & container, GraphicView & graphicView); + ActionDrawLinePolygon(EntityContainer & container, GraphicView & graphicView); ~ActionDrawLinePolygon(); virtual RS2::ActionType rtti(); @@ -29,7 +29,7 @@ class ActionDrawLinePolygon: public ActionInterface virtual void mouseReleaseEvent(QMouseEvent * e); virtual void updateMouseButtonHints(); virtual void coordinateEvent(Vector * e); - virtual void commandEvent(RS_CommandEvent * e); + virtual void commandEvent(CommandEvent * e); virtual QStringList getAvailableCommands(); virtual void hideOptions(); virtual void showOptions();