X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondrawlineparallelthrough.cpp;h=81a9bcec053d6f30e415f3a0a0f69fe24871872f;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=aa9db00cb0de92c8faba12b4998b2fc7f985f82e;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actiondrawlineparallelthrough.cpp b/src/actions/rs_actiondrawlineparallelthrough.cpp index aa9db00..81a9bce 100644 --- a/src/actions/rs_actiondrawlineparallelthrough.cpp +++ b/src/actions/rs_actiondrawlineparallelthrough.cpp @@ -14,13 +14,14 @@ #include "rs_actiondrawlineparallelthrough.h" +#include "rs_commandevent.h" #include "rs_creation.h" #include "rs_dialogfactory.h" -#include "rs_graphicview.h" +#include "graphicview.h" #include "rs_preview.h" RS_ActionDrawLineParallelThrough::RS_ActionDrawLineParallelThrough( - RS_EntityContainer & container, RS_GraphicView & graphicView): + RS_EntityContainer & container, GraphicView & graphicView): RS_PreviewActionInterface("Draw Parallels", container, graphicView) { parallel = NULL;