X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionzoomprevious.cpp;h=eb0642bcbc0fdfe708ebf992aaa158b3d08d8fc3;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=3b6ee3bb87eee4f1c92ecfa799a7052f14e1e61c;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionzoomprevious.cpp b/src/actions/rs_actionzoomprevious.cpp index 3b6ee3b..eb0642b 100644 --- a/src/actions/rs_actionzoomprevious.cpp +++ b/src/actions/rs_actionzoomprevious.cpp @@ -14,12 +14,12 @@ #include "rs_actionzoomprevious.h" -#include "rs_graphicview.h" +#include "graphicview.h" /** * Constructor. */ -RS_ActionZoomPrevious::RS_ActionZoomPrevious(RS_EntityContainer & container, RS_GraphicView & graphicView): +RS_ActionZoomPrevious::RS_ActionZoomPrevious(RS_EntityContainer & container, GraphicView & graphicView): RS_ActionInterface("Previous zoom", container, graphicView) { }