X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionzoompan.cpp;h=2066442bd361d8277e9340785a1a4ed92f99e876;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=ac46efb81e7e3eae49276d605bc607cd8f830cac;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;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) { }