summaryrefslogtreecommitdiffstats
path: root/doc/html/tqiconset.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqiconset.html')
-rw-r--r--doc/html/tqiconset.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqiconset.html b/doc/html/tqiconset.html
index c69e4017b..71b377d15 100644
--- a/doc/html/tqiconset.html
+++ b/doc/html/tqiconset.html
@@ -110,7 +110,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
@@ -245,14 +245,14 @@ is used.
<h3 class=fn>bool <a name="isGenerated"></a>TQIconSet::isGenerated ( <a href="tqiconset.html#Size-enum">Size</a>&nbsp;size, <a href="tqiconset.html#Mode-enum">Mode</a>&nbsp;mode, <a href="tqiconset.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="tqiconfactory.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="tqiconset.html">TQIconSet</a>&nbsp;&amp; <a name="operator-eq"></a>TQIconSet::operator= ( const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;other )
</h3>