]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/coordinatewidget.cpp
GPL compliance check...
[architektonas] / src / forms / coordinatewidget.cpp
index fd136569897d3b9704e7a5a2276fa1b52a906cf3..ea612fe732de152628c4f31c0fa3972b1a1aa4f0 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>
 //
@@ -14,7 +16,7 @@
 
 #include "coordinatewidget.h"
 
-#include "rs_graphic.h"
+#include "drawing.h"
 #include "settings.h"
 #include "rs_units.h"
 
@@ -55,7 +57,7 @@ CoordinateWidget::~CoordinateWidget()
 {
 }
 
-void CoordinateWidget::setGraphic(RS_Graphic * graphic)
+void CoordinateWidget::setGraphic(Drawing * graphic)
 {
        this->graphic = graphic;
        setCoordinates(Vector(0.0, 0.0), Vector(0.0, 0.0), true);