summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwidgetitem.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwidgetitem.3qt')
-rw-r--r--doc/man/man3/tqwidgetitem.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqwidgetitem.3qt b/doc/man/man3/tqwidgetitem.3qt
index b23d2c7c9..96a1e8d1b 100644
--- a/doc/man/man3/tqwidgetitem.3qt
+++ b/doc/man/man3/tqwidgetitem.3qt
@@ -19,16 +19,16 @@ Inherits QLayoutItem.
.BI "\fBTQWidgetItem\fR ( TQWidget * w )"
.br
.ti -1c
-.BI "virtual QSize \fBsizeHint\fR () const"
+.BI "virtual TQSize \fBsizeHint\fR () const"
.br
.ti -1c
-.BI "virtual QSize \fBminimumSize\fR () const"
+.BI "virtual TQSize \fBminimumSize\fR () const"
.br
.ti -1c
-.BI "virtual QSize \fBmaximumSize\fR () const"
+.BI "virtual TQSize \fBmaximumSize\fR () const"
.br
.ti -1c
-.BI "virtual QSizePolicy::ExpandData \fBexpanding\fR () const"
+.BI "virtual TQSizePolicy::ExpandData \fBexpanding\fR () const"
.br
.ti -1c
.BI "virtual bool \fBisEmpty\fR () const"
@@ -49,7 +49,7 @@ See also QLayout, QLayout::widget(), Widget Appearance and Style, and Layout Man
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQWidgetItem::TQWidgetItem ( TQWidget * w )"
Creates an item containing widget \fIw\fR.
-.SH "QSizePolicy::ExpandData TQWidgetItem::expanding () const\fC [virtual]\fR"
+.SH "TQSizePolicy::ExpandData TQWidgetItem::expanding () const\fC [virtual]\fR"
Returns whether this item's widget can make use of more space than sizeHint(). A value of \fCVertical\fR or \fCHorizontal\fR means that it wants to grow in only one dimension, whereas \fCBothDirections\fR means that it wants to grow in both dimensions and \fCNoDirection\fR means that it doesn't want to grow at all.
.PP
Reimplemented from QLayoutItem.
@@ -57,11 +57,11 @@ Reimplemented from QLayoutItem.
Returns TRUE if the widget has been hidden; otherwise returns FALSE.
.PP
Reimplemented from QLayoutItem.
-.SH "QSize TQWidgetItem::maximumSize () const\fC [virtual]\fR"
+.SH "TQSize TQWidgetItem::maximumSize () const\fC [virtual]\fR"
Returns the maximum size of this item.
.PP
Reimplemented from QLayoutItem.
-.SH "QSize TQWidgetItem::minimumSize () const\fC [virtual]\fR"
+.SH "TQSize TQWidgetItem::minimumSize () const\fC [virtual]\fR"
Returns the minimum size of this item.
.PP
Reimplemented from QLayoutItem.
@@ -69,7 +69,7 @@ Reimplemented from QLayoutItem.
Sets the geometry of this item's widget to be contained within rect \fIr\fR, taking alignment and maximum size into account.
.PP
Reimplemented from QLayoutItem.
-.SH "QSize TQWidgetItem::sizeHint () const\fC [virtual]\fR"
+.SH "TQSize TQWidgetItem::sizeHint () const\fC [virtual]\fR"
Returns the preferred size of this item.
.PP
Reimplemented from QLayoutItem.