diff options
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. |