1.1 --- a/floatobj.h Wed Apr 25 16:02:54 2007 +0000
1.2 +++ b/floatobj.h Mon Aug 04 13:35:54 2008 +0000
1.3 @@ -26,8 +26,8 @@
1.4 virtual void setDockPos();
1.5 virtual void reposition();
1.6
1.7 - virtual QRectF getTotalBBox(); // return BBox including childs
1.8 - virtual QRectF getBBoxSizeWithChilds(); // return size of BBox including childs
1.9 + virtual QRectF getTotalBBox(); // return BBox including children
1.10 + virtual QRectF getBBoxSizeWithChildren(); // return size of BBox including children
1.11
1.12 virtual void resetSaveCounter()=0;
1.13