diff -r 7df0b7986274 -r 11f9124c1cca floatimageobj.cpp --- a/floatimageobj.cpp Tue Apr 08 08:28:37 2008 +0000 +++ b/floatimageobj.cpp Mon Aug 04 10:43:06 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 }