]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionlockrelativezero.cpp
Phase two of adding polyline functionality...
[architektonas] / src / actions / actionlockrelativezero.cpp
index 944c7e9955bec6a8842d9a4d0216f9b32b881091..e804909da1bb206fd791a9d4be85c0d29e1e09ca 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>
 //
@@ -17,7 +19,7 @@
 #include "graphicview.h"
 
 ActionLockRelativeZero::ActionLockRelativeZero(
-       RS_EntityContainer & container, GraphicView & graphicView, bool on):
+       EntityContainer & container, GraphicView & graphicView, bool on):
        ActionInterface("(Un-)lock the relative Zero", container, graphicView)
 {
        this->on = on;