]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondrawhatch.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actiondrawhatch.h
index b04c79c55bd86ba91b9c0de336de6f1b67ed08bd..67229a6b5b5df8bc0f888a738abce044aa953423 100644 (file)
@@ -21,7 +21,7 @@ class ActionDrawHatch: public ActionInterface
                };
 
        public:
-               ActionDrawHatch(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionDrawHatch(EntityContainer & container, GraphicView & graphicView);
                ~ActionDrawHatch();
 
                virtual void init(int status = 0);
@@ -33,8 +33,8 @@ class ActionDrawHatch: public ActionInterface
                virtual void updateToolBar();
 
        private:
-               RS_HatchData data;
-               RS_Hatch * hatch;
+               HatchData data;
+               Hatch * hatch;
 };
 
 #endif // __ACTIONDRAWHATCH_H__