diff options
Diffstat (limited to 'doc/man/man3/tqlayoutitem.3qt')
-rw-r--r-- | doc/man/man3/tqlayoutitem.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqlayoutitem.3qt b/doc/man/man3/tqlayoutitem.3qt index 0e3ae6b54..01d77c187 100644 --- a/doc/man/man3/tqlayoutitem.3qt +++ b/doc/man/man3/tqlayoutitem.3qt @@ -98,7 +98,7 @@ Returns the rectangle covered by this layout item. .PP Example: customlayout/border.cpp. .SH "bool TQLayoutItem::hasHeightForWidth () const\fC [virtual]\fR" -Returns TRUE if this layout's preferred height depends on its width; otherwise returns FALSE. The default implementation returns FALSE. +Returns true if this layout's preferred height depends on its width; otherwise returns false. The default implementation returns false. .PP Reimplement this function in layout managers that support height for width. .PP |