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.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqgridview.3qt b/doc/man/man3/tqgridview.3qt
index e170b8b09..94157c630 100644
--- a/doc/man/man3/tqgridview.3qt
+++ b/doc/man/man3/tqgridview.3qt
@@ -52,7 +52,7 @@ Inherits QScrollView.
.BI "QRect \fBcellGeometry\fR ( int row, int column )"
.br
.ti -1c
-.BI "QSize \fBgridSize\fR () const"
+.BI "TQSize \fBgridSize\fR () const"
.br
.ti -1c
.BI "int \fBrowAt\fR ( int y ) const"
@@ -140,7 +140,7 @@ See also rowAt().
This change handler is called whenever any of the grid's dimensions change. \fIoldNumRows\fR and \fIoldNumCols\fR contain the old dimensions, numRows() and numCols() contain the new dimensions.
.SH "void QGridView::ensureCellVisible ( int row, int column )"
Ensures cell (\fIrow\fR, \fIcolumn\fR) is visible, scrolling the grid view if necessary.
-.SH "QSize QGridView::gridSize () const"
+.SH "TQSize QGridView::gridSize () const"
Returns the size of the grid in pixels.
.SH "int QGridView::numCols () const"
Returns the number of columns in the grid. See the "numCols" property for details.