]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondimleader.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actiondimleader.h
index 3db3b0ac75c555b6548997b748df9206f63536b3..eff25002f5cd6ec160bcee643c56259ab6fb2196 100644 (file)
@@ -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.
                 */