diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqlistboxitem.3qt | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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(). |