summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqiconset.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/ntqiconset.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/ntqiconset.html')
-rw-r--r--doc/html/ntqiconset.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqiconset.html b/doc/html/ntqiconset.html
index 21152bb9b..1bcf3cad5 100644
--- a/doc/html/ntqiconset.html
+++ b/doc/html/ntqiconset.html
@@ -111,7 +111,7 @@ is to supply pixmaps in both large and small sizes.
size of the generated large/small icons. The default small size is
22 x 22, while the default large size is 32 x 32. These sizes only
affect generated icons.
-<p> The <a href="#isGenerated">isGenerated</a>() function returns TRUE if an icon was generated by
+<p> The <a href="#isGenerated">isGenerated</a>() function returns true if an icon was generated by
TQIconSet or by a factory; <a href="#clearGenerated">clearGenerated</a>() clears all cached
pixmaps.
<p> <h3> Making Classes that Use TQIconSet
@@ -246,14 +246,14 @@ is used.
<h3 class=fn>bool <a name="isGenerated"></a>TQIconSet::isGenerated ( <a href="ntqiconset.html#Size-enum">Size</a>&nbsp;size, <a href="ntqiconset.html#Mode-enum">Mode</a>&nbsp;mode, <a href="ntqiconset.html#State-enum">State</a>&nbsp;state = Off ) const
</h3>
-Returns TRUE if the pixmap with size <em>size</em>, mode <em>mode</em> and
+Returns true if the pixmap with size <em>size</em>, mode <em>mode</em> and
state <em>state</em> is generated from other pixmaps; otherwise returns
-FALSE.
+false.
<p> A pixmap obtained from a <a href="qiconfactory.html">TQIconFactory</a> is considered non-generated.
<h3 class=fn>bool <a name="isNull"></a>TQIconSet::isNull () const
</h3>
-Returns TRUE if the icon set is empty; otherwise returns FALSE.
+Returns true if the icon set is empty; otherwise returns false.
<h3 class=fn><a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp; <a name="operator-eq"></a>TQIconSet::operator= ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;other )
</h3>