diff options
Diffstat (limited to 'doc/man/man3/tqchecktableitem.3qt')
-rw-r--r-- | doc/man/man3/tqchecktableitem.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqchecktableitem.3qt b/doc/man/man3/tqchecktableitem.3qt index 3321a20d9..1007a314c 100644 --- a/doc/man/man3/tqchecktableitem.3qt +++ b/doc/man/man3/tqchecktableitem.3qt @@ -52,7 +52,7 @@ See also rtti(), EditType, TQComboTableItem, TQTableItem, TQCheckBox, and Advanc .SH "TQCheckTableItem::TQCheckTableItem ( TQTable * table, const TQString & txt )" Creates a TQCheckTableItem with an EditType of WhenCurrent as a child of \fItable\fR. The checkbox is initially unchecked and its label is set to the string \fItxt\fR. .SH "bool TQCheckTableItem::isChecked () const" -Returns TRUE if the checkbox table item is checked; otherwise returns FALSE. +Returns true if the checkbox table item is checked; otherwise returns false. .PP See also setChecked(). .SH "int TQCheckTableItem::rtti () const\fC [virtual]\fR" @@ -64,7 +64,7 @@ See also TQTableItem::rtti(). .PP Reimplemented from TQTableItem. .SH "void TQCheckTableItem::setChecked ( bool b )\fC [virtual]\fR" -If \fIb\fR is TRUE the checkbox is checked; if \fIb\fR is FALSE the checkbox is unchecked. +If \fIb\fR is true the checkbox is checked; if \fIb\fR is false the checkbox is unchecked. .PP See also isChecked(). |