]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawtext.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondrawtext.cpp
index 55b9ae64587c2760e3763b2523013e46fc3152c2..1d3eb7c4c885253de8b6a385ee70e3f3d16ff6a8 100644 (file)
 
 #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;