diff options
Diffstat (limited to 'doc/man/man3/tqiconviewitem.3qt')
-rw-r--r-- | doc/man/man3/tqiconviewitem.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqiconviewitem.3qt b/doc/man/man3/tqiconviewitem.3qt index 9b680ba4f..615e1964f 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. |