diff -r 192e1392ba6a -r 12958f987bcf floatimageobj.cpp --- a/floatimageobj.cpp Wed Jul 16 10:44:44 2008 +0000 +++ b/floatimageobj.cpp Wed Jul 16 10:46:14 2008 +0000 @@ -214,13 +214,13 @@ return bbox; } -QRectF FloatImageObj::getBBoxSizeWithChilds() +QRectF FloatImageObj::getBBoxSizeWithChildren() { //TODO abstract in linkablemapobj.h, not calculated return bboxTotal; } -void FloatImageObj::calcBBoxSizeWithChilds() +void FloatImageObj::calcBBoxSizeWithChildren() { //TODO abstract in linkablemapobj.h }