]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionmodifyscale.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionmodifyscale.h
index 0241abffdcacca5bf826065ead4e2e9d67d04ae2..fcac54a774413a994b7e40d7d914468f502da93a 100644 (file)
@@ -23,7 +23,7 @@ class ActionModifyScale: public ActionInterface
                };
 
        public:
-               ActionModifyScale(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionModifyScale(EntityContainer & container, GraphicView & graphicView);
                ~ActionModifyScale();
 
                virtual void init(int status = 0);
@@ -35,7 +35,7 @@ class ActionModifyScale: public ActionInterface
                virtual void updateToolBar();
 
        private:
-               RS_ScaleData data;
+               ScaleData data;
                Vector referencePoint;
                Vector targetPoint;
 };