summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistboxpixmap.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
committerMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqlistboxpixmap.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-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/tqlistboxpixmap.3qt')
-rw-r--r--doc/man/man3/tqlistboxpixmap.3qt12
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.