]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actioninfodist2.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actioninfodist2.h
index 4af31e44ac5e02157a3e7bd683d87f9fd5d8ee6b..f4bbbec7c608e4f0aac8277978811e4d1a580874 100644 (file)
@@ -4,7 +4,7 @@
 #include "actioninterface.h"
 #include "vector.h"
 
-class RS_Entity;
+class Entity;
 
 /**
  * This action class can handle user events to measure distances between
@@ -25,7 +25,7 @@ class ActionInfoDist2: public ActionInterface
                };
 
        public:
-               ActionInfoDist2(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionInfoDist2(EntityContainer & container, GraphicView & graphicView);
                ~ActionInfoDist2();
 
                virtual void init(int status = 0);
@@ -38,7 +38,7 @@ class ActionInfoDist2: public ActionInterface
                virtual void updateToolBar();
 
        private:
-               RS_Entity * entity;
+               Entity * entity;
                Vector point;
 };