summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistview.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlistview.3qt')
-rw-r--r--doc/man/man3/tqlistview.3qt8
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.