]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionzoomprevious.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionzoomprevious.cpp
index 3b6ee3bb87eee4f1c92ecfa799a7052f14e1e61c..eb0642bcbc0fdfe708ebf992aaa158b3d08d8fc3 100644 (file)
 
 #include "rs_actionzoomprevious.h"
 
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
 /**
  * Constructor.
  */
-RS_ActionZoomPrevious::RS_ActionZoomPrevious(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionZoomPrevious::RS_ActionZoomPrevious(RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("Previous zoom", container, graphicView)
 {
 }