summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistboxpixmap.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqlistboxpixmap.3qt
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt-r14.1.1.tar.gz
tqt-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
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.