summaryrefslogtreecommitdiffstats
path: root/doc/html/tqchecktableitem.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqchecktableitem.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>().