diff options
Diffstat (limited to 'doc/man/man3/tqchecklistitem.3qt')
-rw-r--r-- | doc/man/man3/tqchecklistitem.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqchecklistitem.3qt b/doc/man/man3/tqchecklistitem.3qt index 53232349b..cc223de90 100644 --- a/doc/man/man3/tqchecklistitem.3qt +++ b/doc/man/man3/tqchecklistitem.3qt @@ -49,10 +49,10 @@ Inherits QListViewItem. .BI "\fB~QCheckListItem\fR ()" .br .ti -1c -.BI "virtual void \fBpaintCell\fR ( QPainter * p, const QColorGroup & cg, int column, int width, int align )" +.BI "virtual void \fBpaintCell\fR ( TQPainter * p, const TQColorGroup & cg, int column, int width, int align )" .br .ti -1c -.BI "virtual void \fBpaintFocus\fR ( QPainter * p, const QColorGroup & cg, const QRect & r )" +.BI "virtual void \fBpaintFocus\fR ( TQPainter * p, const TQColorGroup & cg, const QRect & r )" .br .ti -1c .BI "virtual void \fBsetOn\fR ( bool b )" @@ -160,11 +160,11 @@ Returns TRUE if the item is toggled on; otherwise returns FALSE. Returns TRUE if the item is tristate; otherwise returns FALSE. .PP See also setTristate(). -.SH "void QCheckListItem::paintCell ( QPainter * p, const QColorGroup & cg, int column, int width, int align )\fC [virtual]\fR" +.SH "void QCheckListItem::paintCell ( TQPainter * p, const TQColorGroup & cg, int column, int width, int align )\fC [virtual]\fR" Paints the item using the painter \fIp\fR and the color group \fIcg\fR. The item is in column \fIcolumn\fR, has width \fIwidth\fR and has alignment \fIalign\fR. (See TQt::AlignmentFlags for valid alignments.) .PP Reimplemented from QListViewItem. -.SH "void QCheckListItem::paintFocus ( QPainter * p, const QColorGroup & cg, const QRect & r )\fC [virtual]\fR" +.SH "void QCheckListItem::paintFocus ( TQPainter * p, const TQColorGroup & cg, const QRect & r )\fC [virtual]\fR" Draws the focus rectangle \fIr\fR using the color group \fIcg\fR on the painter \fIp\fR. .PP Reimplemented from QListViewItem. |