]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawellipseaxis.cpp
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / actions / rs_actiondrawellipseaxis.cpp
index a262fa12482efedac4e2050ac51d4d21520865a0..f1c72616d015acefefbf5b9d444c07497a747fd0 100644 (file)
@@ -14,8 +14,9 @@
 
 #include "rs_actiondrawellipseaxis.h"
 
+#include "rs_commandevent.h"
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_preview.h"
 
 /**
@@ -24,7 +25,7 @@
  * @param isArc true if this action will produce an ellipse arc.
  *              false if it will produce a full ellipse.
  */
-RS_ActionDrawEllipseAxis::RS_ActionDrawEllipseAxis(RS_EntityContainer & container, RS_GraphicView & graphicView, bool isArc): RS_PreviewActionInterface("Draw ellipse with axis",
+RS_ActionDrawEllipseAxis::RS_ActionDrawEllipseAxis(RS_EntityContainer & container, GraphicView & graphicView, bool isArc): RS_PreviewActionInterface("Draw ellipse with axis",
                container, graphicView)
 {
        this->isArc = isArc;