From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqtable.3qt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/man3/tqtable.3qt') 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. -- cgit v1.2.1