]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondrawlineangle.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actiondrawlineangle.h
index 2bc5a220d4d22374a9a05e2f478b0144bd3902ff..3b87567ed4ff2e53d8f3c5fce62427337a9b8a16 100644 (file)
@@ -24,7 +24,7 @@ class ActionDrawLineAngle: public ActionInterface
                        SetLength     /**< Setting length in the command line. */
                };
 
-               ActionDrawLineAngle(RS_EntityContainer & container, GraphicView & graphicView,
+               ActionDrawLineAngle(EntityContainer & container, GraphicView & graphicView,
                        double angle = 0.0, bool fixedAngle = false);
                ~ActionDrawLineAngle();
 
@@ -36,7 +36,7 @@ class ActionDrawLineAngle: public ActionInterface
                virtual void mouseReleaseEvent(QMouseEvent * e);
                void preparePreview();
                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();
@@ -53,7 +53,7 @@ class ActionDrawLineAngle: public ActionInterface
 
        protected:
                /** Line data defined so far. */
-               RS_LineData data;
+               LineData data;
                /** Position. */
                Vector pos;
                /** Line angle. */