]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionzoomautoy.cpp
Fixed hatch dialog, added snap/preview to circle tools.
[architektonas] / src / actions / actionzoomautoy.cpp
index a0832551658e2238247188933a5cbedcd1836108..52d2f49e97e3d4843e03bb30495a64097fb9dbae 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"
 
-ActionZoomAutoY::ActionZoomAutoY(RS_EntityContainer & container, GraphicView & graphicView):
+ActionZoomAutoY::ActionZoomAutoY(EntityContainer & container, GraphicView & graphicView):
        ActionInterface("Auto zoom Y", container, graphicView)
 {
 }