]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawlineparallelthrough.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondrawlineparallelthrough.cpp
index aa9db00cb0de92c8faba12b4998b2fc7f985f82e..81a9bcec053d6f30e415f3a0a0f69fe24871872f 100644 (file)
 
 #include "rs_actiondrawlineparallelthrough.h"
 
+#include "rs_commandevent.h"
 #include "rs_creation.h"
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_preview.h"
 
 RS_ActionDrawLineParallelThrough::RS_ActionDrawLineParallelThrough(
-       RS_EntityContainer & container, RS_GraphicView & graphicView):
+       RS_EntityContainer & container, GraphicView & graphicView):
        RS_PreviewActionInterface("Draw Parallels", container, graphicView)
 {
        parallel = NULL;