summaryrefslogtreecommitdiffstats
path: root/doc/html/tqiconfactory.html
diff options
context:
space:
mode:
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>().