]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondrawhatch.h
Phase two of adding polyline functionality...
[architektonas] / src / actions / actiondrawhatch.h
index 20c2a0a4cf79861a54a29240e9c665cd371f4a6a..67229a6b5b5df8bc0f888a738abce044aa953423 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __ACTIONDRAWHATCH_H__
 #define __ACTIONDRAWHATCH_H__
 
-#include "rs_hatch.h"
+#include "hatch.h"
 #include "actioninterface.h"
 
 /**
@@ -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__