diff -r 1c487b3dd40f -r 9f739222ee8c linkablemapobj.cpp --- a/linkablemapobj.cpp Fri Aug 03 14:13:35 2007 +0000 +++ b/linkablemapobj.cpp Thu Nov 08 15:28:04 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()