X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondrawhatch.cpp;h=0fd90c2240533db7378a4a070d169cc8611091cd;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=096d959eb9fae2217ea3a4219c4d3d703cda67cc;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actiondrawhatch.cpp b/src/actions/rs_actiondrawhatch.cpp index 096d959..0fd90c2 100644 --- a/src/actions/rs_actiondrawhatch.cpp +++ b/src/actions/rs_actiondrawhatch.cpp @@ -15,10 +15,10 @@ #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;