diff -r 67a91e28b30f -r 4083860dd82e linkablemapobj.h --- a/linkablemapobj.h Mon Jun 06 20:27:42 2005 +0000 +++ b/linkablemapobj.h Tue Jun 14 09:41:37 2005 +0000 @@ -51,7 +51,7 @@ // redraw link with given style LinkableMapObj* getChildObj(); // returns pointer to fromObj LinkableMapObj* getParObj(); // returns pointer to toObj - virtual LinkableMapObj* findObj(QString s); // find obj by selectstring + virtual LinkableMapObj* findObjBySelect(QString s); // find obj by selectstring QPoint getChildPos(); // returns pos where childs dock QPoint getParPos(); // returns pos where parents dock QPoint getRelPos(); // get position relative to parent (or (0,0))