]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawcirclecr.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondrawcirclecr.cpp
index 1825b4fb79b40387718876b3c3a36182ddc1df0c..9e9d49a2b00cfb1f89708d5344cb2fa12c9a2c34 100644 (file)
 
 #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();