diff options
Diffstat (limited to 'doc/man/man3/tqlistboxitem.3qt')
-rw-r--r-- | doc/man/man3/tqlistboxitem.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqlistboxitem.3qt b/doc/man/man3/tqlistboxitem.3qt index 0cdc6280c..26a65506e 100644 --- a/doc/man/man3/tqlistboxitem.3qt +++ b/doc/man/man3/tqlistboxitem.3qt @@ -25,7 +25,7 @@ Inherited by QListBoxText and QListBoxPixmap. .BI "virtual \fB~QListBoxItem\fR ()" .br .ti -1c -.BI "virtual QString \fBtext\fR () const" +.BI "virtual TQString \fBtext\fR () const" .br .ti -1c .BI "virtual const QPixmap * \fBpixmap\fR () const" @@ -73,7 +73,7 @@ Inherited by QListBoxText and QListBoxPixmap. .BI "virtual void \fBpaint\fR ( QPainter * p ) = 0" .br .ti -1c -.BI "virtual void \fBsetText\fR ( const QString & text )" +.BI "virtual void \fBsetText\fR ( const TQString & text )" .br .ti -1c .BI "void \fBsetCustomHighlighting\fR ( bool b )" @@ -158,11 +158,11 @@ See also selected() and paint(). If \fIb\fR is TRUE (the default) then this item can be selected by the user; otherwise this item cannot be selected by the user. .PP See also isSelectable(). -.SH "void QListBoxItem::setText ( const QString & text )\fC [virtual protected]\fR" +.SH "void QListBoxItem::setText ( const TQString & text )\fC [virtual protected]\fR" Sets the text of the QListBoxItem to \fItext\fR. This \fItext\fR is also used for sorting. The text is not shown unless explicitly drawn in paint(). .PP See also text(). -.SH "QString QListBoxItem::text () const\fC [virtual]\fR" +.SH "TQString QListBoxItem::text () const\fC [virtual]\fR" Returns the text of the item. This text is also used for sorting. .PP See also setText(). |