]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionzoompan.cpp
Removed a bunch of cruft...
[architektonas] / src / actions / rs_actionzoompan.cpp
index ac46efb81e7e3eae49276d605bc607cd8f830cac..2066442bd361d8277e9340785a1a4ed92f99e876 100644 (file)
@@ -14,9 +14,9 @@
 
 #include "rs_actionzoompan.h"
 
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
-RS_ActionZoomPan::RS_ActionZoomPan(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionZoomPan::RS_ActionZoomPan(RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("Zoom Pan", container, graphicView)
 {
 }