summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistboxtext.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqlistboxtext.3qt
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt-r14.1.1.tar.gz
tqt-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'doc/man/man3/tqlistboxtext.3qt')
-rw-r--r--doc/man/man3/tqlistboxtext.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqlistboxtext.3qt b/doc/man/man3/tqlistboxtext.3qt
index 253d88478..6cf771c35 100644
--- a/doc/man/man3/tqlistboxtext.3qt
+++ b/doc/man/man3/tqlistboxtext.3qt
@@ -16,13 +16,13 @@ Inherits QListBoxItem.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQListBoxText\fR ( QListBox * listbox, const QString & text = QString::null )"
+.BI "\fBQListBoxText\fR ( QListBox * listbox, const TQString & text = TQString::null )"
.br
.ti -1c
-.BI "\fBQListBoxText\fR ( const QString & text = QString::null )"
+.BI "\fBQListBoxText\fR ( const TQString & text = TQString::null )"
.br
.ti -1c
-.BI "\fBQListBoxText\fR ( QListBox * listbox, const QString & text, QListBoxItem * after )"
+.BI "\fBQListBoxText\fR ( QListBox * listbox, const TQString & text, QListBoxItem * after )"
.br
.ti -1c
.BI "\fB~QListBoxText\fR ()"
@@ -47,11 +47,11 @@ The text is drawn in the widget's current font. If you need several different fo
.PP
See also QListBox, QListBoxItem, and Advanced Widgets.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QListBoxText::QListBoxText ( QListBox * listbox, const QString & text = QString::null )"
+.SH "QListBoxText::QListBoxText ( QListBox * listbox, const TQString & text = TQString::null )"
Constructs a list box item in list box \fIlistbox\fR showing the text \fItext\fR.
-.SH "QListBoxText::QListBoxText ( const QString & text = QString::null )"
+.SH "QListBoxText::QListBoxText ( const TQString & text = TQString::null )"
Constructs a list box item showing the text \fItext\fR.
-.SH "QListBoxText::QListBoxText ( QListBox * listbox, const QString & text, QListBoxItem * after )"
+.SH "QListBoxText::QListBoxText ( QListBox * listbox, const TQString & text, QListBoxItem * after )"
Constructs a list box item in list box \fIlistbox\fR showing the text \fItext\fR. The item is inserted after the item \fIafter\fR, or at the beginning if \fIafter\fR is 0.
.SH "QListBoxText::~QListBoxText ()"
Destroys the item.