summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqgridlayout.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqgridlayout.3qt')
-rw-r--r--doc/man/man3/tqgridlayout.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqgridlayout.3qt b/doc/man/man3/tqgridlayout.3qt
index d25e55c0a..73dfa325a 100644
--- a/doc/man/man3/tqgridlayout.3qt
+++ b/doc/man/man3/tqgridlayout.3qt
@@ -28,13 +28,13 @@ Inherits QLayout.
.BI "\fB~QGridLayout\fR ()"
.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 void \fBsetRowStretch\fR ( int row, int stretch )"
@@ -76,7 +76,7 @@ Inherits QLayout.
.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 ()"
@@ -281,7 +281,7 @@ Returns the stretch factor for column \fIcol\fR.
See also setColStretch().
.SH "void QGridLayout::expand ( int nRows, int nCols )"
Expands this grid so that it will have \fInRows\fR rows and \fInCols\fR columns. Will not shrink the grid. You should not need to call this function because QGridLayout expands automatically as new items are inserted.
-.SH "QSizePolicy::ExpandData QGridLayout::expanding () const\fC [virtual]\fR"
+.SH "TQSizePolicy::ExpandData QGridLayout::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.
@@ -301,11 +301,11 @@ Reimplemented from QLayoutItem.
Resets cached information.
.PP
Reimplemented from QLayout.
-.SH "QSize QGridLayout::maximumSize () const\fC [virtual]\fR"
+.SH "TQSize QGridLayout::maximumSize () const\fC [virtual]\fR"
Returns the maximum size needed by this grid.
.PP
Reimplemented from QLayout.
-.SH "QSize QGridLayout::minimumSize () const\fC [virtual]\fR"
+.SH "TQSize QGridLayout::minimumSize () const\fC [virtual]\fR"
Returns the minimum size needed by this grid.
.PP
Reimplemented from QLayout.
@@ -359,7 +359,7 @@ See also rowStretch(), setRowSpacing(), and setColStretch().
.PP
Examples:
.)l addressbook/centralwidget.cpp and qutlook/centralwidget.cpp.
-.SH "QSize QGridLayout::sizeHint () const\fC [virtual]\fR"
+.SH "TQSize QGridLayout::sizeHint () const\fC [virtual]\fR"
Returns the preferred size of this grid.
.PP
Reimplemented from QLayoutItem.