diff options
Diffstat (limited to 'doc/man/man3/tqtable.3qt')
-rw-r--r-- | doc/man/man3/tqtable.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqtable.3qt b/doc/man/man3/tqtable.3qt index ea7962d75..62e7f6884 100644 --- a/doc/man/man3/tqtable.3qt +++ b/doc/man/man3/tqtable.3qt @@ -321,10 +321,10 @@ Inherited by TQDataTable. .BI "virtual void \fBeditCell\fR ( int row, int col, bool replace = FALSE )" .br .ti -1c -.BI "void \fBsetRowLabels\fR ( const QStringList & labels )" +.BI "void \fBsetRowLabels\fR ( const TQStringList & labels )" .br .ti -1c -.BI "void \fBsetColumnLabels\fR ( const QStringList & labels )" +.BI "void \fBsetColumnLabels\fR ( const TQStringList & labels )" .br .in -1c .SS "Signals" @@ -1072,7 +1072,7 @@ By default widgets are inserted into a vector with numRows() * numCols() element Cell widgets are created dynamically with the \fCnew\fR operator. The cell widgets are destroyed automatically once the table is destroyed; the table takes ownership of the widget when using setCellWidget. .PP Example: chart/setdataform.cpp. -.SH "void QTable::setColumnLabels ( const QStringList & labels )\fC [slot]\fR" +.SH "void QTable::setColumnLabels ( const TQStringList & labels )\fC [slot]\fR" Sets the section labels of the horizontalHeader() to \fIlabels\fR .SH "void QTable::setColumnMovingEnabled ( bool b )\fC [virtual slot]\fR" Sets whether columns can be moved by the user to \fIb\fR. See the "columnMovingEnabled" property for details. @@ -1150,7 +1150,7 @@ Sets whether the table is read-only to \fIb\fR. See the "readOnly" property for Resizes row \fIrow\fR to be \fIh\fR pixels high. .PP See also rowHeight() and setColumnWidth(). -.SH "void QTable::setRowLabels ( const QStringList & labels )\fC [slot]\fR" +.SH "void QTable::setRowLabels ( const TQStringList & labels )\fC [slot]\fR" Sets the section labels of the verticalHeader() to \fIlabels\fR .SH "void QTable::setRowMovingEnabled ( bool b )\fC [virtual slot]\fR" Sets whether rows can be moved by the user to \fIb\fR. See the "rowMovingEnabled" property for details. |