X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionzoomauto.cpp;h=1d57827bd64a2493b9413c40f007fe3a26a7390e;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=6d1942b6bc5725be14211947c336ba4a38516f61;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionzoomauto.cpp b/src/actions/rs_actionzoomauto.cpp index 6d1942b..1d57827 100644 --- a/src/actions/rs_actionzoomauto.cpp +++ b/src/actions/rs_actionzoomauto.cpp @@ -14,7 +14,7 @@ #include "rs_actionzoomauto.h" -#include "rs_graphicview.h" +#include "graphicview.h" /** * Constructor. @@ -23,7 +23,7 @@ * false: adjust both x and y individually */ RS_ActionZoomAuto::RS_ActionZoomAuto(RS_EntityContainer & container, - RS_GraphicView & graphicView, bool keepAspectRatio): + GraphicView & graphicView, bool keepAspectRatio): RS_ActionInterface("Auto zoom", container, graphicView) { this->keepAspectRatio = keepAspectRatio;