X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionzoomin.cpp;h=dd3715934dbb4ac91318a1be4bf9887a3623ae91;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=56cb9efee47574c26d07fcd917f66e3b5471b2cc;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionzoomin.cpp b/src/actions/rs_actionzoomin.cpp index 56cb9ef..dd37159 100644 --- a/src/actions/rs_actionzoomin.cpp +++ b/src/actions/rs_actionzoomin.cpp @@ -14,7 +14,7 @@ #include "rs_actionzoomin.h" -#include "rs_graphicview.h" +#include "graphicview.h" /** * Default constructor. @@ -22,7 +22,7 @@ * @param direction In for zooming in, Out for zooming out. * @param axis Axis that are affected by the zoom (OnlyX, OnlyY or Both) */ -RS_ActionZoomIn::RS_ActionZoomIn(RS_EntityContainer & container, RS_GraphicView & graphicView, RS2::ZoomDirection direction, RS2::Axis axis, const Vector & center): +RS_ActionZoomIn::RS_ActionZoomIn(RS_EntityContainer & container, GraphicView & graphicView, RS2::ZoomDirection direction, RS2::Axis axis, const Vector & center): RS_ActionInterface("Zoom in", container, graphicView) { this->direction = direction;