diff options
Diffstat (limited to 'doc/man/man3/tqlayoutitem.3qt')
-rw-r--r-- | doc/man/man3/tqlayoutitem.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqlayoutitem.3qt b/doc/man/man3/tqlayoutitem.3qt index 7a4577599..17793c9de 100644 --- a/doc/man/man3/tqlayoutitem.3qt +++ b/doc/man/man3/tqlayoutitem.3qt @@ -107,7 +107,7 @@ See also heightForWidth() and TQWidget::heightForWidth(). Examples: .)l customlayout/border.cpp and customlayout/flow.cpp. .PP -Reimplemented in QGridLayout and QBoxLayout. +Reimplemented in TQGridLayout and QBoxLayout. .SH "int QLayoutItem::heightForWidth ( int w ) const\fC [virtual]\fR" Returns the preferred height for this layout item, given the width \fIw\fR. .PP @@ -147,7 +147,7 @@ See also hasHeightForWidth(). .PP Example: customlayout/flow.cpp. .PP -Reimplemented in QGridLayout and QBoxLayout. +Reimplemented in TQGridLayout and QBoxLayout. .SH "void QLayoutItem::invalidate ()\fC [virtual]\fR" Invalidates any cached information in this layout item. .PP @@ -192,7 +192,7 @@ Implemented in subclasses to return the preferred size of this item. Examples: .)l customlayout/border.cpp, customlayout/card.cpp, and customlayout/flow.cpp. .PP -Reimplemented in QSpacerItem, TQWidgetItem, QGridLayout, and QBoxLayout. +Reimplemented in QSpacerItem, TQWidgetItem, TQGridLayout, and QBoxLayout. .SH "QSpacerItem * QLayoutItem::spacerItem ()\fC [virtual]\fR" If this item is a QSpacerItem, it is returned as a QSpacerItem; otherwise 0 is returned. This function provides type-safe casting. .SH "TQWidget * QLayoutItem::widget ()\fC [virtual]\fR" |