summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcombotableitem.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcombotableitem.3qt')
-rw-r--r--doc/man/man3/tqcombotableitem.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqcombotableitem.3qt b/doc/man/man3/tqcombotableitem.3qt
index 325ee2f7..41e26a4c 100644
--- a/doc/man/man3/tqcombotableitem.3qt
+++ b/doc/man/man3/tqcombotableitem.3qt
@@ -25,19 +25,19 @@ Inherits QTableItem.
.BI "virtual void \fBsetCurrentItem\fR ( int i )"
.br
.ti -1c
-.BI "virtual void \fBsetCurrentItem\fR ( const QString & s )"
+.BI "virtual void \fBsetCurrentItem\fR ( const TQString & s )"
.br
.ti -1c
.BI "int \fBcurrentItem\fR () const"
.br
.ti -1c
-.BI "QString \fBcurrentText\fR () const"
+.BI "TQString \fBcurrentText\fR () const"
.br
.ti -1c
.BI "int \fBcount\fR () const"
.br
.ti -1c
-.BI "QString \fBtext\fR ( int i ) const"
+.BI "TQString \fBtext\fR ( int i ) const"
.br
.ti -1c
.BI "virtual void \fBsetEditable\fR ( bool b )"
@@ -91,7 +91,7 @@ Returns the total number of list items in the combo table item.
Returns the index of the combo table item's current list item.
.PP
See also setCurrentItem().
-.SH "QString QComboTableItem::currentText () const"
+.SH "TQString QComboTableItem::currentText () const"
Returns the text of the combo table item's current list item.
.PP
See also currentItem() and text().
@@ -113,7 +113,7 @@ Sets the list item \fIi\fR to be the combo table item's current list item.
See also currentItem().
.PP
Example: table/small-table-demo/main.cpp.
-.SH "void QComboTableItem::setCurrentItem ( const QString & s )\fC [virtual]\fR"
+.SH "void QComboTableItem::setCurrentItem ( const TQString & s )\fC [virtual]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Sets the list item whose text is \fIs\fR to be the combo table item's current list item. Does nothing if no list item has the text \fIs\fR.
@@ -125,7 +125,7 @@ If \fIb\fR is TRUE the combo table item can be edited, i.e. the user may enter a
See also isEditable().
.SH "void QComboTableItem::setStringList ( const QStringList & l )\fC [virtual]\fR"
Sets the list items of this QComboTableItem to the strings in the string list \fIl\fR.
-.SH "QString QComboTableItem::text ( int i ) const"
+.SH "TQString QComboTableItem::text ( int i ) const"
Returns the text of the combo's list item at index \fIi\fR.
.PP
See also currentText().