diff options
author | Michele Calgaro <[email protected]> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqlistboxtext.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 <[email protected]>
Diffstat (limited to 'doc/man/man3/tqlistboxtext.3qt')
-rw-r--r-- | doc/man/man3/tqlistboxtext.3qt | 12 |
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. |