floatimageobj.cpp
changeset 721 12958f987bcf
parent 683 7df0b7986274
child 746 ee6b0f3a4c2f
     1.1 --- a/floatimageobj.cpp	Wed Jul 16 10:44:44 2008 +0000
     1.2 +++ b/floatimageobj.cpp	Wed Jul 16 10:46:14 2008 +0000
     1.3 @@ -214,13 +214,13 @@
     1.4  	return bbox;
     1.5  }
     1.6  
     1.7 -QRectF FloatImageObj::getBBoxSizeWithChilds()
     1.8 +QRectF FloatImageObj::getBBoxSizeWithChildren()
     1.9  {
    1.10  	//TODO abstract in linkablemapobj.h, not calculated
    1.11  	return bboxTotal;
    1.12  }
    1.13  
    1.14 -void FloatImageObj::calcBBoxSizeWithChilds()
    1.15 +void FloatImageObj::calcBBoxSizeWithChildren()
    1.16  {
    1.17  	//TODO abstract in linkablemapobj.h
    1.18  }