summaryrefslogtreecommitdiffstats
path: root/doc/html/tqchecklistitem.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/tqchecklistitem.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/tqchecklistitem.html')
-rw-r--r--doc/html/tqchecklistitem.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqchecklistitem.html b/doc/html/tqchecklistitem.html
index 8bfe230b4..a52354016 100644
--- a/doc/html/tqchecklistitem.html
+++ b/doc/html/tqchecklistitem.html
@@ -162,11 +162,11 @@ Toggle check box or set radio button to on.
<h3 class=fn>bool <a name="isOn"></a>TQCheckListItem::isOn () const
</h3>
-<p> Returns TRUE if the item is toggled on; otherwise returns FALSE.
+<p> Returns true if the item is toggled on; otherwise returns false.
<h3 class=fn>bool <a name="isTristate"></a>TQCheckListItem::isTristate () const
</h3>
-Returns TRUE if the item is tristate; otherwise returns FALSE.
+Returns true if the item is tristate; otherwise returns false.
<p> <p>See also <a href="#setTristate">setTristate</a>().
<h3 class=fn>void <a name="paintCell"></a>TQCheckListItem::paintCell ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, int&nbsp;column, int&nbsp;width, int&nbsp;align )<tt> [virtual]</tt>
@@ -193,7 +193,7 @@ greater than 1000, to allow for extensions to this class.
<p>Reimplemented from <a href="tqlistviewitem.html#rtti">TQListViewItem</a>.
<h3 class=fn>void <a name="setOn"></a>TQCheckListItem::setOn ( bool&nbsp;b )<tt> [virtual]</tt>
</h3>
-Sets the button on if <em>b</em> is TRUE, otherwise sets it off.
+Sets the button on if <em>b</em> is true, otherwise sets it off.
Maintains radio button exclusivity.
<h3 class=fn>void <a name="setState"></a>TQCheckListItem::setState ( <a href="tqchecklistitem.html#ToggleState-enum">ToggleState</a>&nbsp;s )