X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionzoomredraw.cpp;h=3cd34d339233a4a51226fe7b6a4cac99808d709e;hb=f7188d32d0beaef31fc3475be05daea2f018ebec;hp=f8845392b89f78f36c6ef9fe7837c496438921c0;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionzoomredraw.cpp b/src/actions/rs_actionzoomredraw.cpp index f884539..3cd34d3 100644 --- a/src/actions/rs_actionzoomredraw.cpp +++ b/src/actions/rs_actionzoomredraw.cpp @@ -14,7 +14,7 @@ #include "rs_actionzoomredraw.h" -#include "rs_graphicview.h" +#include "graphicview.h" /** * Constructor. @@ -22,7 +22,7 @@ * @param keepAspectRatio true: keep same zoom value for x/y. * false: adjust both x and y individually */ -RS_ActionZoomRedraw::RS_ActionZoomRedraw(RS_EntityContainer & container, RS_GraphicView & graphicView): +RS_ActionZoomRedraw::RS_ActionZoomRedraw(RS_EntityContainer & container, GraphicView & graphicView): RS_ActionInterface("Redraw", container, graphicView) { }