diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/man/man3/tqlistview.3qt | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt-ccbc1c35.tar.gz tqt-ccbc1c35.zip |
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqlistview.3qt')
-rw-r--r-- | doc/man/man3/tqlistview.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqlistview.3qt b/doc/man/man3/tqlistview.3qt index 737d4d28d..c55052abb 100644 --- a/doc/man/man3/tqlistview.3qt +++ b/doc/man/man3/tqlistview.3qt @@ -43,7 +43,7 @@ Inherits QScrollView. .BI "virtual int \fBaddColumn\fR ( const TQString & label, int width = -1 )" .br .ti -1c -.BI "virtual int \fBaddColumn\fR ( const QIconSet & iconset, const TQString & label, int width = -1 )" +.BI "virtual int \fBaddColumn\fR ( const TQIconSet & iconset, const TQString & label, int width = -1 )" .br .ti -1c .BI "virtual void \fBremoveColumn\fR ( int index )" @@ -52,7 +52,7 @@ Inherits QScrollView. .BI "virtual void \fBsetColumnText\fR ( int column, const TQString & label )" .br .ti -1c -.BI "virtual void \fBsetColumnText\fR ( int column, const QIconSet & iconset, const TQString & label )" +.BI "virtual void \fBsetColumnText\fR ( int column, const TQIconSet & iconset, const TQString & label )" .br .ti -1c .BI "TQString \fBcolumnText\fR ( int c ) const" @@ -532,7 +532,7 @@ See also setColumnText(), setColumnWidth(), and setColumnWidthMode(). .PP Examples: .)l addressbook/centralwidget.cpp, checklists/checklists.cpp, dirview/main.cpp, fileiconview/mainwindow.cpp, listviews/listviews.cpp, and qdir/qdir.cpp. -.SH "int QListView::addColumn ( const QIconSet & iconset, const TQString & label, int width = -1 )\fC [virtual]\fR" +.SH "int QListView::addColumn ( const TQIconSet & iconset, const TQString & label, int width = -1 )\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Adds a \fIwidth\fR pixels wide new column with the header \fIlabel\fR and the \fIiconset\fR to the list view, and returns the index of the column. @@ -882,7 +882,7 @@ Example: listviews/listviews.cpp. Sets the heading of column \fIcolumn\fR to \fIlabel\fR. .PP See also columnText(). -.SH "void QListView::setColumnText ( int column, const QIconSet & iconset, const TQString & label )\fC [virtual]\fR" +.SH "void QListView::setColumnText ( int column, const TQIconSet & iconset, const TQString & label )\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Sets the heading of column \fIcolumn\fR to \fIiconset\fR and \fIlabel\fR. |