summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqchecklistitem.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqchecklistitem.3qt')
-rw-r--r--doc/man/man3/tqchecklistitem.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqchecklistitem.3qt b/doc/man/man3/tqchecklistitem.3qt
index cc223de90..879c5d88d 100644
--- a/doc/man/man3/tqchecklistitem.3qt
+++ b/doc/man/man3/tqchecklistitem.3qt
@@ -40,10 +40,10 @@ Inherits QListViewItem.
.BI "\fBQCheckListItem\fR ( QListView * parent, QListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
.br
.ti -1c
-.BI "\fBQCheckListItem\fR ( QListViewItem * parent, const TQString & text, const QPixmap & p )"
+.BI "\fBQCheckListItem\fR ( QListViewItem * parent, const TQString & text, const TQPixmap & p )"
.br
.ti -1c
-.BI "\fBQCheckListItem\fR ( QListView * parent, const TQString & text, const QPixmap & p )"
+.BI "\fBQCheckListItem\fR ( QListView * parent, const TQString & text, const TQPixmap & p )"
.br
.ti -1c
.BI "\fB~QCheckListItem\fR ()"
@@ -52,7 +52,7 @@ Inherits QListViewItem.
.BI "virtual void \fBpaintCell\fR ( TQPainter * p, const TQColorGroup & cg, int column, int width, int align )"
.br
.ti -1c
-.BI "virtual void \fBpaintFocus\fR ( TQPainter * p, const TQColorGroup & cg, const QRect & r )"
+.BI "virtual void \fBpaintFocus\fR ( TQPainter * p, const TQColorGroup & cg, const TQRect & r )"
.br
.ti -1c
.BI "virtual void \fBsetOn\fR ( bool b )"
@@ -144,9 +144,9 @@ Constructs a checkable item with parent \fIparent\fR, which is after \fIafter\fR
Constructs a checkable item with parent \fIparent\fR, text \fItext\fR and of type \fItt\fR. Note that \fItt\fR must \fInot\fR be RadioButton. Radio buttons must be children of a RadioButtonController.
.SH "QCheckListItem::QCheckListItem ( QListView * parent, QListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
Constructs a checkable item with parent \fIparent\fR, which is after \fIafter\fR in the parent's list of children, with text \fItext\fR and of type \fItt\fR. Note that \fItt\fR must \fInot\fR be RadioButton. Radio buttons must be children of a RadioButtonController.
-.SH "QCheckListItem::QCheckListItem ( QListViewItem * parent, const TQString & text, const QPixmap & p )"
+.SH "QCheckListItem::QCheckListItem ( QListViewItem * parent, const TQString & text, const TQPixmap & p )"
Constructs a RadioButtonController item with parent \fIparent\fR, text \fItext\fR and pixmap \fIp\fR.
-.SH "QCheckListItem::QCheckListItem ( QListView * parent, const TQString & text, const QPixmap & p )"
+.SH "QCheckListItem::QCheckListItem ( QListView * parent, const TQString & text, const TQPixmap & p )"
Constructs a RadioButtonController item with parent \fIparent\fR, text \fItext\fR and pixmap \fIp\fR.
.SH "QCheckListItem::~QCheckListItem ()"
Destroys the item, and all its children to any depth, freeing up all allocated resources.
@@ -164,7 +164,7 @@ See also setTristate().
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 ( TQPainter * p, const TQColorGroup & cg, const QRect & r )\fC [virtual]\fR"
+.SH "void QCheckListItem::paintFocus ( TQPainter * p, const TQColorGroup & cg, const TQRect & 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.