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.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqgridlayout.3qt b/doc/man/man3/tqgridlayout.3qt
index 73dfa325..5fb3d2a5 100644
--- a/doc/man/man3/tqgridlayout.3qt
+++ b/doc/man/man3/tqgridlayout.3qt
@@ -67,7 +67,7 @@ Inherits QLayout.
.BI "int \fBnumCols\fR () const"
.br
.ti -1c
-.BI "QRect \fBcellGeometry\fR ( int row, int col ) const"
+.BI "TQRect \fBcellGeometry\fR ( int row, int col ) const"
.br
.ti -1c
.BI "virtual bool \fBhasHeightForWidth\fR () const"
@@ -121,7 +121,7 @@ Inherits QLayout.
.BI "Corner \fBorigin\fR () const"
.br
.ti -1c
-.BI "virtual void \fBsetGeometry\fR ( const QRect & r )"
+.BI "virtual void \fBsetGeometry\fR ( const TQRect & r )"
.br
.in -1c
.SS "Protected Members"
@@ -267,7 +267,7 @@ See also addMultiCellWidget().
.PP
Examples:
.)l addressbook/centralwidget.cpp, layout/layout.cpp, rot13/rot13.cpp, sql/overview/form1/main.cpp, sql/overview/form2/main.cpp, t14/gamebrd.cpp, and t8/main.cpp.
-.SH "QRect QGridLayout::cellGeometry ( int row, int col ) const"
+.SH "TQRect QGridLayout::cellGeometry ( int row, int col ) const"
Returns the geometry of the cell with row \fIrow\fR and column \fIcol\fR in the grid. Returns an invalid rectangle if \fIrow\fR or \fIcol\fR is outside the grid.
.PP
\fBWarning:\fR in the current version of TQt this function does not return valid results until setGeometry() has been called, i.e. after the mainWidget() is visible.
@@ -338,7 +338,7 @@ See also colStretch(), addColSpacing(), and setRowStretch().
.PP
Examples:
.)l layout/layout.cpp, t14/gamebrd.cpp, and t8/main.cpp.
-.SH "void QGridLayout::setGeometry ( const QRect & r )\fC [virtual]\fR"
+.SH "void QGridLayout::setGeometry ( const TQRect & r )\fC [virtual]\fR"
Resizes managed widgets within the rectangle \fIr\fR.
.PP
Reimplemented from QLayout.