X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionzoompan.cpp;h=2066442bd361d8277e9340785a1a4ed92f99e876;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=ac46efb81e7e3eae49276d605bc607cd8f830cac;hpb=47beade308343557117edbae58009bf0e02833ef;p=architektonas diff --git a/src/actions/rs_actionzoompan.cpp b/src/actions/rs_actionzoompan.cpp index ac46efb..2066442 100644 --- a/src/actions/rs_actionzoompan.cpp +++ b/src/actions/rs_actionzoompan.cpp @@ -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) { }