From b35e0845dc9b3c8b9a5e52a682c769f383933fae Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:42:20 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- doc/man/man3/tqlistboxtext.3qt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/man/man3/tqlistboxtext.3qt') 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. -- cgit v1.2.1