]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondimension.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actiondimension.h
index 23840ab08c625a43570b79b7d7c191e200847f9c..935fe68df6b4b9e491c86aa690cd664e450e8db9 100644 (file)
@@ -14,7 +14,7 @@
 class ActionDimension: public ActionInterface
 {
        public:
-               ActionDimension(const char * name, RS_EntityContainer & container, GraphicView & graphicView);
+               ActionDimension(const char * name, EntityContainer & container, GraphicView & graphicView);
                ~ActionDimension();
 
                virtual void reset();
@@ -39,7 +39,7 @@ class ActionDimension: public ActionInterface
                /**
                 * Generic dimension data.
                 */
-               RS_DimensionData data;
+               DimensionData data;
 
                QString label;
                QString tol1;