diff -r bcfd5aad58d6 -r f5243654fe86 floatobj.cpp --- a/floatobj.cpp Tue Mar 14 14:27:04 2006 +0000 +++ b/floatobj.cpp Tue Mar 14 14:27:04 2006 +0000 @@ -6,7 +6,7 @@ // FloatObj ///////////////////////////////////////////////////////////////// -FloatObj::FloatObj ():LinkableMapObj() +FloatObj::FloatObj ():OrnamentedObj() { // cout << "Const FloatObj ()\n"; setParObj (this); @@ -14,7 +14,7 @@ depth=-1; } -FloatObj::FloatObj (QCanvas* c):LinkableMapObj(c) +FloatObj::FloatObj (QCanvas* c):OrnamentedObj(c) { // cout << "Const FloatObj (c) called from MapCenterObj (c)\n"; setParObj (this); @@ -22,7 +22,7 @@ depth=-1; } -FloatObj::FloatObj (QCanvas* c, LinkableMapObj* p):LinkableMapObj (c) +FloatObj::FloatObj (QCanvas* c, LinkableMapObj* p):OrnamentedObj (c) { // cout << "Const FloatObj (c,p)\n"; setParObj (p); @@ -116,7 +116,7 @@ void FloatObj::select() { LinkableMapObj::select(); - setLinkColor(parObj->getLinkColor()); + LinkableMapObj::setLinkColor(parObj->getLinkColor()); // Update FloatExport switch in context menu if (floatExport)