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.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqchecklistitem.3qt b/doc/man/man3/tqchecklistitem.3qt
index 53232349b..4a9cbc5e8 100644
--- a/doc/man/man3/tqchecklistitem.3qt
+++ b/doc/man/man3/tqchecklistitem.3qt
@@ -155,9 +155,9 @@ Toggle check box or set radio button to on.
.PP
Reimplemented from QListViewItem.
.SH "bool QCheckListItem::isOn () const"
-Returns TRUE if the item is toggled on; otherwise returns FALSE.
+Returns true if the item is toggled on; otherwise returns false.
.SH "bool QCheckListItem::isTristate () const"
-Returns TRUE if the item is tristate; 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"
@@ -175,7 +175,7 @@ Make your derived classes return their own values for rtti(), and you can distin
.PP
Reimplemented from QListViewItem.
.SH "void QCheckListItem::setOn ( bool b )\fC [virtual]\fR"
-Sets the button on if \fIb\fR is TRUE, otherwise sets it off. Maintains radio button exclusivity.
+Sets the button on if \fIb\fR is true, otherwise sets it off. Maintains radio button exclusivity.
.SH "void QCheckListItem::setState ( ToggleState s )"
Sets the toggle state of the checklistitem to \fIs\fR. \fIs\fR can be Off, NoChange or On.
.PP