summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtoolbox.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqtoolbox.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqtoolbox.html')
-rw-r--r--doc/html/ntqtoolbox.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqtoolbox.html b/doc/html/ntqtoolbox.html
index f15ae848e..fbfc422c4 100644
--- a/doc/html/ntqtoolbox.html
+++ b/doc/html/ntqtoolbox.html
@@ -163,7 +163,7 @@ set to <em>label</em>. Returns the new item's index.
<h3 class=fn>bool <a name="isItemEnabled"></a>TQToolBox::isItemEnabled ( int&nbsp;index ) const
</h3>
-Returns TRUE if the item at position <em>index</em> is enabled; otherwise returns FALSE.
+Returns true if the item at position <em>index</em> is enabled; otherwise returns false.
<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="item"></a>TQToolBox::item ( int&nbsp;index ) const
</h3>
@@ -210,7 +210,7 @@ Sets the current item to be <em>item</em>.
<h3 class=fn>void <a name="setItemEnabled"></a>TQToolBox::setItemEnabled ( int&nbsp;index, bool&nbsp;enabled )
</h3>
-If <em>enabled</em> is TRUE then the item at position <em>index</em> is enabled; otherwise item
+If <em>enabled</em> is true then the item at position <em>index</em> is enabled; otherwise item
<em>index</em> is disabled.
<h3 class=fn>void <a name="setItemIconSet"></a>TQToolBox::setItemIconSet ( int&nbsp;index, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet )