summaryrefslogtreecommitdiffstats
path: root/doc/html/tqiconfactory.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/tqiconfactory.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/tqiconfactory.html')
-rw-r--r--doc/html/tqiconfactory.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqiconfactory.html b/doc/html/tqiconfactory.html
index f8bada21e..f2e8e966d 100644
--- a/doc/html/tqiconfactory.html
+++ b/doc/html/tqiconfactory.html
@@ -53,7 +53,7 @@ body { background: #ffffff; color: black; }
The TQIconFactory class is used to create pixmaps for a <a href="tqiconset.html">TQIconSet</a>.
<p> By reimplementing <a href="#createPixmap">createPixmap</a>(), you can override TQIconSet's
default algorithm for computing pixmaps not supplied by the user.
-<p> Call <a href="#setAutoDelete">setAutoDelete</a>(TRUE) if you want the factory to automatically
+<p> Call <a href="#setAutoDelete">setAutoDelete</a>(true) if you want the factory to automatically
delete itself when it is no longer needed by TQIconSet.
<p> <p>See also <a href="tqiconset.html">TQIconSet</a> and <a href="advanced.html">Advanced Widgets</a>.
@@ -69,7 +69,7 @@ Destroys the object and frees any allocated resources.
<h3 class=fn>bool <a name="autoDelete"></a>TQIconFactory::autoDelete () const
</h3>
-<p> Returns TRUE if auto-deletion is enabled; otherwise returns FALSE.
+<p> Returns true if auto-deletion is enabled; otherwise returns false.
<p> <p>See also <a href="#setAutoDelete">setAutoDelete</a>().
<h3 class=fn><a href="tqpixmap.html">TQPixmap</a>&nbsp;* <a name="createPixmap"></a>TQIconFactory::createPixmap ( const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, <a href="tqiconset.html#Size-enum">TQIconSet::Size</a>&nbsp;size, <a href="tqiconset.html#Mode-enum">TQIconSet::Mode</a>&nbsp;mode, <a href="tqiconset.html#State-enum">TQIconSet::State</a>&nbsp;state )<tt> [virtual]</tt>
@@ -92,9 +92,9 @@ Replaces the default icon factory with <em>factory</em>.
<h3 class=fn>void <a name="setAutoDelete"></a>TQIconFactory::setAutoDelete ( bool&nbsp;autoDelete )
</h3>
-<p> If <em>autoDelete</em> is TRUE, sets the icon factory to automatically
+<p> If <em>autoDelete</em> is true, sets the icon factory to automatically
delete itself when it is no longer referenced by any <a href="tqiconset.html">TQIconSet</a> and
-isn't the default factory. If <em>autoDelete</em> is FALSE (the default)
+isn't the default factory. If <em>autoDelete</em> is false (the default)
auto-deletion is disabled.
<p> <p>See also <a href="#autoDelete">autoDelete</a>() and <a href="#defaultFactory">defaultFactory</a>().