summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqptrcollection.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/ntqptrcollection.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/ntqptrcollection.html')
-rw-r--r--doc/html/ntqptrcollection.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqptrcollection.html b/doc/html/ntqptrcollection.html
index da3f299b7..383c0841c 100644
--- a/doc/html/ntqptrcollection.html
+++ b/doc/html/ntqptrcollection.html
@@ -86,7 +86,7 @@ TQPtrCollection is an abstract class.
<h3 class=fn><a name="TQPtrCollection-2"></a>TQPtrCollection::TQPtrCollection ( const&nbsp;<a href="ntqptrcollection.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
@@ -101,7 +101,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>
@@ -150,11 +150,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