diff options
Diffstat (limited to 'doc/man/man3/tqtableitem.3qt')
-rw-r--r-- | doc/man/man3/tqtableitem.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtableitem.3qt b/doc/man/man3/tqtableitem.3qt index c6d85cbd7..481d45a26 100644 --- a/doc/man/man3/tqtableitem.3qt +++ b/doc/man/man3/tqtableitem.3qt @@ -75,7 +75,7 @@ Inherited by QComboTableItem and QCheckTableItem. .BI "virtual TQString \fBkey\fR () const" .br .ti -1c -.BI "virtual QSize \fBsizeHint\fR () const" +.BI "virtual TQSize \fBsizeHint\fR () const" .br .ti -1c .BI "virtual void \fBsetSpan\fR ( int rs, int cs )" @@ -415,7 +415,7 @@ Example: table/statistics/statistics.cpp. If \fIb\fR is TRUE, the cell's text will be wrapped over multiple lines, when necessary, to fit the width of the cell; otherwise the text will be written as a single line. .PP See also wordWrap(), QTable::adjustColumn(), and QTable::setColumnStretchable(). -.SH "QSize QTableItem::sizeHint () const\fC [virtual]\fR" +.SH "TQSize QTableItem::sizeHint () const\fC [virtual]\fR" This virtual function returns the size a cell needs to show its entire content. .PP If you subclass QTableItem you will often need to reimplement this function. |