summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqiconviewitem.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqiconviewitem.3qt
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqiconviewitem.3qt')
-rw-r--r--doc/man/man3/tqiconviewitem.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqiconviewitem.3qt b/doc/man/man3/tqiconviewitem.3qt
index 9b680ba4..615e1964 100644
--- a/doc/man/man3/tqiconviewitem.3qt
+++ b/doc/man/man3/tqiconviewitem.3qt
@@ -187,10 +187,10 @@ Inherits Qt.
.BI "virtual void \fBcalcRect\fR ( const TQString & text_ = TQString::null )"
.br
.ti -1c
-.BI "virtual void \fBpaintItem\fR ( QPainter * p, const QColorGroup & cg )"
+.BI "virtual void \fBpaintItem\fR ( TQPainter * p, const TQColorGroup & cg )"
.br
.ti -1c
-.BI "virtual void \fBpaintFocus\fR ( QPainter * p, const QColorGroup & cg )"
+.BI "virtual void \fBpaintFocus\fR ( TQPainter * p, const TQColorGroup & cg )"
.br
.ti -1c
.BI "virtual void \fBdropped\fR ( TQDropEvent * e, const TQValueList<TQIconDragItem> & lst )"
@@ -394,9 +394,9 @@ Example:
See also prevItem().
.PP
Example: fileiconview/tqfileiconview.cpp.
-.SH "void TQIconViewItem::paintFocus ( QPainter * p, const QColorGroup & cg )\fC [virtual protected]\fR"
+.SH "void TQIconViewItem::paintFocus ( TQPainter * p, const TQColorGroup & cg )\fC [virtual protected]\fR"
Paints the focus rectangle of the item using the painter \fIp\fR and the color group \fIcg\fR.
-.SH "void TQIconViewItem::paintItem ( QPainter * p, const QColorGroup & cg )\fC [virtual protected]\fR"
+.SH "void TQIconViewItem::paintItem ( TQPainter * p, const TQColorGroup & cg )\fC [virtual protected]\fR"
Paints the item using the painter \fIp\fR and the color group \fIcg\fR. If you want the item to be drawn with a different font or color, reimplement this function, change the values of the color group or the painter's font, and then call the TQIconViewItem::paintItem() with the changed values.
.PP
Example: fileiconview/tqfileiconview.cpp.