diff -r 7df0b7986274 -r cf14046909cd floatimageobj.cpp --- a/floatimageobj.cpp Tue Apr 08 08:28:37 2008 +0000 +++ b/floatimageobj.cpp Mon Aug 04 13:35:54 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 }