]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondimlinear.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actiondimlinear.h
index 8b41e94fc80d9a755d97411d3d046e54c40584c9..755b0e6b8f261af6c842a85daac2093652311879 100644 (file)
@@ -34,7 +34,7 @@ class ActionDimLinear: public ActionDimension
                };
 
        public:
-               ActionDimLinear(RS_EntityContainer & container, GraphicView & graphicView,
+               ActionDimLinear(EntityContainer & container, GraphicView & graphicView,
                        double angle = 0.0, bool fixedAngle = false);
                ~ActionDimLinear();
 
@@ -45,7 +45,7 @@ class ActionDimLinear: public ActionDimension
                virtual void mouseMoveEvent(QMouseEvent * e);
                virtual void mouseReleaseEvent(QMouseEvent * e);
                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();
@@ -58,7 +58,7 @@ class ActionDimLinear: public ActionDimension
                /**
                 * Aligned dimension data.
                 */
-               RS_DimLinearData edata;
+               DimLinearData edata;
                /**
                 * Is the angle fixed?
                 */