X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoomscroll.cpp;h=88f09852640ecfd5d01dbea9e284460d233ff9a6;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=f5ac790019dbac510d040c0957b740c396b57a45;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionzoomscroll.cpp b/src/actions/actionzoomscroll.cpp index f5ac790..88f0985 100644 --- a/src/actions/actionzoomscroll.cpp +++ b/src/actions/actionzoomscroll.cpp @@ -3,7 +3,9 @@ // Part of the Architektonas Project // Originally part of QCad Community Edition by Andrew Mustun // Extensively rewritten and refactored by James L. Hammons -// (C) 2010 Underground Software +// Portions copyright (C) 2001-2003 RibbonSoft +// Copyright (C) 2010 Underground Software +// See the README and GPLv2 files for licensing and warranty information // // JLH = James L. Hammons // @@ -16,7 +18,7 @@ #include "graphicview.h" -ActionZoomScroll::ActionZoomScroll(RS2::Direction direction, RS_EntityContainer & container, GraphicView & graphicView): +ActionZoomScroll::ActionZoomScroll(RS2::Direction direction, EntityContainer & container, GraphicView & graphicView): ActionInterface("Zoom scroll", container, graphicView) { this->direction = direction;