summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqboxlayout.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqboxlayout.3qt')
-rw-r--r--doc/man/man3/tqboxlayout.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqboxlayout.3qt b/doc/man/man3/tqboxlayout.3qt
index 03c15a965..796303d9d 100644
--- a/doc/man/man3/tqboxlayout.3qt
+++ b/doc/man/man3/tqboxlayout.3qt
@@ -75,13 +75,13 @@ Inherited by QHBoxLayout and QVBoxLayout.
.BI "bool \fBsetStretchFactor\fR ( QLayout * l, int stretch )"
.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 bool \fBhasHeightForWidth\fR () const"
@@ -90,7 +90,7 @@ Inherited by QHBoxLayout and QVBoxLayout.
.BI "virtual int \fBheightForWidth\fR ( int w ) const"
.br
.ti -1c
-.BI "virtual QSizePolicy::ExpandData \fBexpanding\fR () const"
+.BI "virtual TQSizePolicy::ExpandData \fBexpanding\fR () const"
.br
.ti -1c
.BI "virtual void \fBinvalidate\fR ()"
@@ -249,7 +249,7 @@ Examples:
Returns the direction of the box. addWidget() and addSpacing() work in this direction; the stretch stretches in this direction.
.PP
See also QBoxLayout::Direction, addWidget(), and addSpacing().
-.SH "QSizePolicy::ExpandData QBoxLayout::expanding () const\fC [virtual]\fR"
+.SH "TQSizePolicy::ExpandData QBoxLayout::expanding () const\fC [virtual]\fR"
Returns whether this layout can make use of more space than sizeHint(). A value of Vertical or Horizontal means that it wants to grow in only one dimension, whereas \fCBothDirections\fR means that it wants to grow in both dimensions.
.PP
Reimplemented from QLayout.
@@ -303,11 +303,11 @@ See also setAutoAdd(), insertLayout(), and insertSpacing().
Resets cached information.
.PP
Reimplemented from QLayout.
-.SH "QSize QBoxLayout::maximumSize () const\fC [virtual]\fR"
+.SH "TQSize QBoxLayout::maximumSize () const\fC [virtual]\fR"
Returns the maximum size needed by this box layout.
.PP
Reimplemented from QLayout.
-.SH "QSize QBoxLayout::minimumSize () const\fC [virtual]\fR"
+.SH "TQSize QBoxLayout::minimumSize () const\fC [virtual]\fR"
Returns the minimum size needed by this box layout.
.PP
Reimplemented from QLayout.
@@ -323,7 +323,7 @@ Sets the stretch factor for widget \fIw\fR to \fIstretch\fR and returns TRUE if
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Sets the stretch factor for the layout \fIl\fR to \fIstretch\fR and returns TRUE if \fIl\fR is found in this layout (not including child layouts); otherwise returns FALSE.
-.SH "QSize QBoxLayout::sizeHint () const\fC [virtual]\fR"
+.SH "TQSize QBoxLayout::sizeHint () const\fC [virtual]\fR"
Returns the preferred size of this box layout.
.PP
Reimplemented from QLayoutItem.