diff -r 80ae7b79828c -r 96402b172173 floatobj.cpp --- a/floatobj.cpp Wed Apr 25 16:02:54 2007 +0000 +++ b/floatobj.cpp Wed Oct 29 17:42:34 2008 +0000 @@ -97,7 +97,7 @@ return bbox; } -QRectF FloatObj::getBBoxSizeWithChilds() +QRectF FloatObj::getBBoxSizeWithChildren() { return bboxTotal; }