summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqgridview.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqgridview.3qt')
-rw-r--r--doc/man/man3/tqgridview.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqgridview.3qt b/doc/man/man3/tqgridview.3qt
index 24c79d3df..3cf6c8a63 100644
--- a/doc/man/man3/tqgridview.3qt
+++ b/doc/man/man3/tqgridview.3qt
@@ -46,10 +46,10 @@ Inherits QScrollView.
.BI "virtual void \fBsetCellHeight\fR ( int )"
.br
.ti -1c
-.BI "QRect \fBcellRect\fR () const"
+.BI "TQRect \fBcellRect\fR () const"
.br
.ti -1c
-.BI "QRect \fBcellGeometry\fR ( int row, int column )"
+.BI "TQRect \fBcellGeometry\fR ( int row, int column )"
.br
.ti -1c
.BI "TQSize \fBgridSize\fR () const"
@@ -120,14 +120,14 @@ Constructs a grid view.
The \fIparent\fR, \fIname\fR and widget flag, \fIf\fR, arguments are passed to the QScrollView constructor.
.SH "QGridView::~QGridView ()"
Destroys the grid view.
-.SH "QRect QGridView::cellGeometry ( int row, int column )"
+.SH "TQRect QGridView::cellGeometry ( int row, int column )"
Returns the geometry of cell (\fIrow\fR, \fIcolumn\fR) in the content coordinate system.
.PP
See also cellRect().
.SH "int QGridView::cellHeight () const"
Returns the height of a grid row. See the "cellHeight" property for details.
-.SH "QRect QGridView::cellRect () const"
-Returns the geometry of a cell in a cell's coordinate system. This is a convenience function useful in paintCell(). It is equivalent to QRect( 0, 0, cellWidth(), cellHeight() ).
+.SH "TQRect QGridView::cellRect () const"
+Returns the geometry of a cell in a cell's coordinate system. This is a convenience function useful in paintCell(). It is equivalent to TQRect( 0, 0, cellWidth(), cellHeight() ).
.PP
See also cellGeometry().
.SH "int QGridView::cellWidth () const"