]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondrawlinehorvert.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actiondrawlinehorvert.h
index 41ae4b5791c9d4480c5d4e38f0b1bab295077a07..ca479fad75445cd7a3b6fbc35324af304d21d23a 100644 (file)
@@ -25,7 +25,7 @@ class ActionDrawLineHorVert: public ActionInterface
                };
 
        public:
-               ActionDrawLineHorVert(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionDrawLineHorVert(EntityContainer & container, GraphicView & graphicView);
                ~ActionDrawLineHorVert();
 
                void reset();
@@ -41,7 +41,7 @@ class ActionDrawLineHorVert: public ActionInterface
                /**
                 * Line data.
                 */
-               RS_LineData data;
+               LineData data;
                /**
                 * 2 points
                 */