diff -r e46d634e071c -r 88d558ce079d linkablemapobj.cpp --- a/linkablemapobj.cpp Tue Sep 04 13:53:33 2007 +0000 +++ b/linkablemapobj.cpp Tue Sep 04 13:53:33 2007 +0000 @@ -93,7 +93,7 @@ useOrientation=true; // Reset ID - id=""; + objID=""; } void LinkableMapObj::copy (LinkableMapObj* other) @@ -104,7 +104,7 @@ setLinkColor (other->linkcolor); relPos=other->relPos; useOrientation=other->useOrientation; - + objID=other->objID; } void LinkableMapObj::setChildObj(LinkableMapObj* o) @@ -299,12 +299,12 @@ void LinkableMapObj::setID (const QString &s) { - id=s; + objID=s; } QString LinkableMapObj::getID() { - return id; + return objID; } void LinkableMapObj::setLinkColor()