]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawlinehorvert.cpp
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / actions / rs_actiondrawlinehorvert.cpp
index 67be5e2e34752c1bf2cb4cac27aed6ab882a89f2..71f650f2d899cb5b96e7baaa6e7eead239934af2 100644 (file)
 #include "rs_actiondrawlinehorvert.h"
 
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_preview.h"
 
-RS_ActionDrawLineHorVert::RS_ActionDrawLineHorVert(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_PreviewActionInterface("Draw horizontal/vertical lines",
+RS_ActionDrawLineHorVert::RS_ActionDrawLineHorVert(RS_EntityContainer & container, GraphicView & graphicView): RS_PreviewActionInterface("Draw horizontal/vertical lines",
                container, graphicView)
 {
        reset();