X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondrawtext.cpp;h=1d3eb7c4c885253de8b6a385ee70e3f3d16ff6a8;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=55b9ae64587c2760e3763b2523013e46fc3152c2;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actiondrawtext.cpp b/src/actions/rs_actiondrawtext.cpp index 55b9ae6..1d3eb7c 100644 --- a/src/actions/rs_actiondrawtext.cpp +++ b/src/actions/rs_actiondrawtext.cpp @@ -16,11 +16,12 @@ #include "rs_actiondrawtext.h" +#include "rs_commandevent.h" #include "rs_dialogfactory.h" -#include "rs_graphicview.h" +#include "graphicview.h" #include "rs_preview.h" -RS_ActionDrawText::RS_ActionDrawText(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_PreviewActionInterface("Draw Text", container, graphicView) +RS_ActionDrawText::RS_ActionDrawText(RS_EntityContainer & container, GraphicView & graphicView): RS_PreviewActionInterface("Draw Text", container, graphicView) { pos = Vector(false); textChanged = true;