]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionsnapintersectionmanual.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionsnapintersectionmanual.cpp
index 319e7ed1da0f45679ab089653eba54c9011dd62e..d10c83096a918ae91f62961c81b283d8447433ee 100644 (file)
@@ -15,7 +15,7 @@
 #include "rs_actionsnapintersectionmanual.h"
 
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_information.h"
 #include "rs_preview.h"
 
@@ -23,7 +23,7 @@
  * @param both Trim both entities.
  */
 RS_ActionSnapIntersectionManual::RS_ActionSnapIntersectionManual(
-       RS_EntityContainer & container, RS_GraphicView & graphicView):
+       RS_EntityContainer & container, GraphicView & graphicView):
        RS_PreviewActionInterface("Trim Entity", container, graphicView)
 {
        entity2 = NULL;