summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistboxpixmap.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqlistboxpixmap.3qt
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt-1e9fa8e0.tar.gz
tqt-1e9fa8e0.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqlistboxpixmap.3qt')
-rw-r--r--doc/man/man3/tqlistboxpixmap.3qt28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/man/man3/tqlistboxpixmap.3qt b/doc/man/man3/tqlistboxpixmap.3qt
index 30e27953e..a1770ef47 100644
--- a/doc/man/man3/tqlistboxpixmap.3qt
+++ b/doc/man/man3/tqlistboxpixmap.3qt
@@ -16,28 +16,28 @@ Inherits QListBoxItem.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const QPixmap & pixmap )"
+.BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const TQPixmap & pixmap )"
.br
.ti -1c
-.BI "\fBQListBoxPixmap\fR ( const QPixmap & pixmap )"
+.BI "\fBQListBoxPixmap\fR ( const TQPixmap & pixmap )"
.br
.ti -1c
-.BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const QPixmap & pixmap, QListBoxItem * after )"
+.BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const TQPixmap & pixmap, QListBoxItem * after )"
.br
.ti -1c
-.BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const QPixmap & pix, const TQString & text )"
+.BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const TQPixmap & pix, const TQString & text )"
.br
.ti -1c
-.BI "\fBQListBoxPixmap\fR ( const QPixmap & pix, const TQString & text )"
+.BI "\fBQListBoxPixmap\fR ( const TQPixmap & pix, const TQString & text )"
.br
.ti -1c
-.BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const QPixmap & pix, const TQString & text, QListBoxItem * after )"
+.BI "\fBQListBoxPixmap\fR ( QListBox * listbox, const TQPixmap & pix, const TQString & text, QListBoxItem * after )"
.br
.ti -1c
.BI "\fB~QListBoxPixmap\fR ()"
.br
.ti -1c
-.BI "virtual const QPixmap * \fBpixmap\fR () const"
+.BI "virtual const TQPixmap * \fBpixmap\fR () const"
.br
.ti -1c
.BI "virtual int \fBheight\fR ( const QListBox * lb ) const"
@@ -59,17 +59,17 @@ Items of this class are drawn with the pixmap on the left with the optional text
.PP
See also QListBox, QListBoxItem, and Advanced Widgets.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const QPixmap & pixmap )"
+.SH "QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const TQPixmap & pixmap )"
Constructs a new list box item in list box \fIlistbox\fR showing the pixmap \fIpixmap\fR.
-.SH "QListBoxPixmap::QListBoxPixmap ( const QPixmap & pixmap )"
+.SH "QListBoxPixmap::QListBoxPixmap ( const TQPixmap & pixmap )"
Constructs a new list box item showing the pixmap \fIpixmap\fR.
-.SH "QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const QPixmap & pixmap, QListBoxItem * after )"
+.SH "QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const TQPixmap & 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 TQString & text )"
+.SH "QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const TQPixmap & 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 TQString & text )"
+.SH "QListBoxPixmap::QListBoxPixmap ( const TQPixmap & 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 TQString & text, QListBoxItem * after )"
+.SH "QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const TQPixmap & 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.
@@ -83,7 +83,7 @@ Reimplemented from QListBoxItem.
Draws the pixmap using \fIpainter\fR.
.PP
Reimplemented from QListBoxItem.
-.SH "const QPixmap * QListBoxPixmap::pixmap () const\fC [virtual]\fR"
+.SH "const TQPixmap * QListBoxPixmap::pixmap () const\fC [virtual]\fR"
Returns the pixmap associated with the item.
.PP
Reimplemented from QListBoxItem.