diff options
Diffstat (limited to 'doc/man/man3/tqlistboxpixmap.3qt')
-rw-r--r-- | doc/man/man3/tqlistboxpixmap.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqlistboxpixmap.3qt b/doc/man/man3/tqlistboxpixmap.3qt index 9a8589dda..a0f400f58 100644 --- a/doc/man/man3/tqlistboxpixmap.3qt +++ b/doc/man/man3/tqlistboxpixmap.3qt @@ -25,13 +25,13 @@ Inherits QListBoxItem. .BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const QPixmap & pixmap, QListBoxItem * after )" .br .ti -1c -.BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const QPixmap & pix, const QString & text )" +.BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const QPixmap & pix, const TQString & text )" .br .ti -1c -.BI "\fBQListBoxPixmap\fR ( const QPixmap & pix, const QString & text )" +.BI "\fBQListBoxPixmap\fR ( const QPixmap & pix, const TQString & text )" .br .ti -1c -.BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const QPixmap & pix, const QString & text, QListBoxItem * after )" +.BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const QPixmap & pix, const TQString & text, QListBoxItem * after )" .br .ti -1c .BI "\fB~QListBoxPixmap\fR ()" @@ -65,11 +65,11 @@ Constructs a new list box item in list box \fIlistbox\fR showing the pixmap \fIp Constructs a new list box item showing the pixmap \fIpixmap\fR. .SH "QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const QPixmap & pixmap, QListBoxItem * after )" Constructs a new list box item in list box \fIlistbox\fR showing the pixmap \fIpixmap\fR. The item gets inserted after the item \fIafter\fR, or at the beginning if \fIafter\fR is 0. -.SH "QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const QPixmap & pix, const QString & text )" +.SH "QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const QPixmap & pix, const TQString & text )" Constructs a new list box item in list box \fIlistbox\fR showing the pixmap \fIpix\fR and the text \fItext\fR. -.SH "QListBoxPixmap::QListBoxPixmap ( const QPixmap & pix, const QString & text )" +.SH "QListBoxPixmap::QListBoxPixmap ( const QPixmap & pix, const TQString & text )" Constructs a new list box item showing the pixmap \fIpix\fR and the text to \fItext\fR. -.SH "QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const QPixmap & pix, const QString & text, QListBoxItem * after )" +.SH "QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const QPixmap & pix, const TQString & text, QListBoxItem * after )" Constructs a new list box item in list box \fIlistbox\fR showing the pixmap \fIpix\fR and the string \fItext\fR. The item gets inserted after the item \fIafter\fR, or at the beginning if \fIafter\fR is 0. .SH "QListBoxPixmap::~QListBoxPixmap ()" Destroys the item. |