X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionzoomautoy.cpp;h=1705ff635a8d6b213c1d6cab22b2406e17548c5b;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=01868f6b2c66854fecaaf649d9e62b982e511440;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionzoomautoy.cpp b/src/actions/rs_actionzoomautoy.cpp index 01868f6..1705ff6 100644 --- a/src/actions/rs_actionzoomautoy.cpp +++ b/src/actions/rs_actionzoomautoy.cpp @@ -14,9 +14,9 @@ #include "rs_actionzoomautoy.h" -#include "rs_graphicview.h" +#include "graphicview.h" -RS_ActionZoomAutoY::RS_ActionZoomAutoY(RS_EntityContainer & container, RS_GraphicView & graphicView): +RS_ActionZoomAutoY::RS_ActionZoomAutoY(RS_EntityContainer & container, GraphicView & graphicView): RS_ActionInterface("Auto zoom Y", container, graphicView) { }