X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondrawcirclecr.cpp;h=9e9d49a2b00cfb1f89708d5344cb2fa12c9a2c34;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=1825b4fb79b40387718876b3c3a36182ddc1df0c;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actiondrawcirclecr.cpp b/src/actions/rs_actiondrawcirclecr.cpp index 1825b4f..9e9d49a 100644 --- a/src/actions/rs_actiondrawcirclecr.cpp +++ b/src/actions/rs_actiondrawcirclecr.cpp @@ -14,14 +14,15 @@ #include "rs_actiondrawcirclecr.h" +#include "rs_commandevent.h" #include "rs_dialogfactory.h" -#include "rs_graphicview.h" +#include "graphicview.h" #include "rs_preview.h" /** * Constructor. */ -RS_ActionDrawCircleCR::RS_ActionDrawCircleCR(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_PreviewActionInterface("Draw circles CR", +RS_ActionDrawCircleCR::RS_ActionDrawCircleCR(RS_EntityContainer & container, GraphicView & graphicView): RS_PreviewActionInterface("Draw circles CR", container, graphicView) { reset();