]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionzoomscroll.cpp
Bugfixes related to removing Snapper class.
[architektonas] / src / actions / actionzoomscroll.cpp
index f5ac790019dbac510d040c0957b740c396b57a45..88f09852640ecfd5d01dbea9e284460d233ff9a6 100644 (file)
@@ -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 <jlhamm@acm.org>
 //
@@ -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;