X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondrawlineparallelthrough.cpp;h=81a9bcec053d6f30e415f3a0a0f69fe24871872f;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=aa9db00cb0de92c8faba12b4998b2fc7f985f82e;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;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;