]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionzoomautoy.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionzoomautoy.cpp
index 01868f6b2c66854fecaaf649d9e62b982e511440..1705ff635a8d6b213c1d6cab22b2406e17548c5b 100644 (file)
@@ -14,9 +14,9 @@
 
 #include "rs_actionzoomautoy.h"
 
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
-RS_ActionZoomAutoY::RS_ActionZoomAutoY(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionZoomAutoY::RS_ActionZoomAutoY(RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("Auto zoom Y", container, graphicView)
 {
 }