X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Fcoordinatewidget.cpp;h=ea612fe732de152628c4f31c0fa3972b1a1aa4f0;hb=af32602b9d8075080d5805143f1cd47fc10672e1;hp=fd136569897d3b9704e7a5a2276fa1b52a906cf3;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/forms/coordinatewidget.cpp b/src/forms/coordinatewidget.cpp index fd13656..ea612fe 100644 --- a/src/forms/coordinatewidget.cpp +++ b/src/forms/coordinatewidget.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 // @@ -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);