]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawlinefree.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondrawlinefree.cpp
index f2d18e7c32cd7323f453f2fca294333b0ea4b3cf..8c36b103afd9297d0a903e292f713eab1d7e85b4 100644 (file)
 #include "rs_actiondrawlinefree.h"
 
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_polyline.h"
 
-RS_ActionDrawLineFree::RS_ActionDrawLineFree(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_ActionInterface("Draw freehand lines",
+RS_ActionDrawLineFree::RS_ActionDrawLineFree(RS_EntityContainer & container, GraphicView & graphicView): RS_ActionInterface("Draw freehand lines",
                container, graphicView)
 {
        vertex = Vector(false);