diff -r 7df0b7986274 -r 96402b172173 floatimageobj.cpp --- a/floatimageobj.cpp Tue Apr 08 08:28:37 2008 +0000 +++ b/floatimageobj.cpp Wed Oct 29 17:42:34 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 }