]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionzoomredraw.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionzoomredraw.cpp
index f8845392b89f78f36c6ef9fe7837c496438921c0..3cd34d339233a4a51226fe7b6a4cac99808d709e 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "rs_actionzoomredraw.h"
 
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
 /**
  * Constructor.
@@ -22,7 +22,7 @@
  * @param keepAspectRatio true: keep same zoom value for x/y.
  *                        false: adjust both x and y individually
  */
-RS_ActionZoomRedraw::RS_ActionZoomRedraw(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionZoomRedraw::RS_ActionZoomRedraw(RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("Redraw", container, graphicView)
 {
 }