]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawhatch.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondrawhatch.cpp
index 096d959eb9fae2217ea3a4219c4d3d703cda67cc..0fd90c2240533db7378a4a070d169cc8611091cd 100644 (file)
 #include "rs_actiondrawhatch.h"
 
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_information.h"
 
-RS_ActionDrawHatch::RS_ActionDrawHatch(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionDrawHatch::RS_ActionDrawHatch(RS_EntityContainer & container, GraphicView & graphicView):
        RS_PreviewActionInterface("Draw Hatch", container, graphicView)
 {
        hatch = NULL;