]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionzoomauto.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionzoomauto.cpp
index 6d1942b6bc5725be14211947c336ba4a38516f61..1d57827bd64a2493b9413c40f007fe3a26a7390e 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "rs_actionzoomauto.h"
 
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
 /**
  * Constructor.
@@ -23,7 +23,7 @@
  *                        false: adjust both x and y individually
  */
 RS_ActionZoomAuto::RS_ActionZoomAuto(RS_EntityContainer & container,
-       RS_GraphicView & graphicView, bool keepAspectRatio):
+       GraphicView & graphicView, bool keepAspectRatio):
        RS_ActionInterface("Auto zoom", container, graphicView)
 {
        this->keepAspectRatio = keepAspectRatio;