summaryrefslogtreecommitdiffstats
path: root/doc/html/tqptrcollection.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqptrcollection.html')
-rw-r--r--doc/html/tqptrcollection.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqptrcollection.html b/doc/html/tqptrcollection.html
index 9646d864a..14061b8ad 100644
--- a/doc/html/tqptrcollection.html
+++ b/doc/html/tqptrcollection.html
@@ -85,7 +85,7 @@ TQPtrCollection is an abstract class.
<h3 class=fn><a name="TQPtrCollection-2"></a>TQPtrCollection::TQPtrCollection ( const&nbsp;<a href="tqptrcollection.html">TQPtrCollection</a>&nbsp;&amp;&nbsp;source )<tt> [protected]</tt>
</h3>
-<p> Constructs a copy of <em>source</em> with <a href="#autoDelete">autoDelete</a>() set to FALSE. The
+<p> Constructs a copy of <em>source</em> with <a href="#autoDelete">autoDelete</a>() set to false. The
constructor is protected because TQPtrCollection is an abstract
class.
<p> Note that if <em>source</em> has autoDelete turned on, copying it will
@@ -100,7 +100,7 @@ TQPtrCollection is an abstract class.
<h3 class=fn>bool <a name="autoDelete"></a>TQPtrCollection::autoDelete () const
</h3>
-<p> Returns the setting of the auto-delete option. The default is FALSE.
+<p> Returns the setting of the auto-delete option. The default is false.
<p> <p>See also <a href="#setAutoDelete">setAutoDelete</a>().
<h3 class=fn>void <a name="clear"></a>TQPtrCollection::clear ()<tt> [pure virtual]</tt>
@@ -149,11 +149,11 @@ that is being inserted.
</h3>
<p> Sets the collection to auto-delete its contents if <em>enable</em> is
-TRUE and to never delete them if <em>enable</em> is FALSE.
+true and to never delete them if <em>enable</em> is false.
<p> If auto-deleting is turned on, all the items in a collection are
deleted when the collection itself is deleted. This is convenient
if the collection has the only pointer to the items.
-<p> The default setting is FALSE, for safety. If you turn it on, be
+<p> The default setting is false, for safety. If you turn it on, be
careful about copying the collection - you might find yourself
with two collections deleting the same items.
<p> Note that the auto-delete setting may also affect other functions