summaryrefslogtreecommitdiffstats
path: root/doc/html/tqchecktableitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqchecktableitem.html')
-rw-r--r--doc/html/tqchecktableitem.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqchecktableitem.html b/doc/html/tqchecktableitem.html
index da2ccad4a..dde441c4a 100644
--- a/doc/html/tqchecktableitem.html
+++ b/doc/html/tqchecktableitem.html
@@ -78,8 +78,8 @@ its label is set to the string <em>txt</em>.
<h3 class=fn>bool <a name="isChecked"></a>TQCheckTableItem::isChecked () const
</h3>
-Returns TRUE if the checkbox table item is checked; otherwise
-returns FALSE.
+Returns true if the checkbox table item is checked; otherwise
+returns false.
<p> <p>See also <a href="#setChecked">setChecked</a>().
<h3 class=fn>int <a name="rtti"></a>TQCheckTableItem::rtti () const<tt> [virtual]</tt>
@@ -95,7 +95,7 @@ allow for extensions to this class.
<p>Reimplemented from <a href="tqtableitem.html#rtti">TQTableItem</a>.
<h3 class=fn>void <a name="setChecked"></a>TQCheckTableItem::setChecked ( bool&nbsp;b )<tt> [virtual]</tt>
</h3>
-If <em>b</em> is TRUE the checkbox is checked; if <em>b</em> is FALSE the
+If <em>b</em> is true the checkbox is checked; if <em>b</em> is false the
checkbox is unchecked.
<p> <p>See also <a href="#isChecked">isChecked</a>().