summaryrefslogtreecommitdiffstats
path: root/doc/html/tqstrlist.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/tqstrlist.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/tqstrlist.html')
-rw-r--r--doc/html/tqstrlist.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqstrlist.html b/doc/html/tqstrlist.html
index baee2fa35..9d4ca17cb 100644
--- a/doc/html/tqstrlist.html
+++ b/doc/html/tqstrlist.html
@@ -38,7 +38,7 @@ body { background: #ffffff; color: black; }
<p><a href="tqstrlist-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
-<li class=fn><a href="#TQStrList"><b>TQStrList</b></a> ( bool&nbsp;deepCopies = TRUE )</li>
+<li class=fn><a href="#TQStrList"><b>TQStrList</b></a> ( bool&nbsp;deepCopies = true )</li>
<li class=fn><a href="#TQStrList-2"><b>TQStrList</b></a> ( const&nbsp;TQStrList&nbsp;&amp;&nbsp;list )</li>
<li class=fn><a href="#~TQStrList"><b>~TQStrList</b></a> ()</li>
<li class=fn>TQStrList &amp; <a href="#operator-eq"><b>operator=</b></a> ( const&nbsp;TQStrList&nbsp;&amp;&nbsp;list )</li>
@@ -78,12 +78,12 @@ list.
<p>See also <a href="collection.html">Collection Classes</a>, <a href="text.html">Text Related Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQStrList"></a>TQStrList::TQStrList ( bool&nbsp;deepCopies = TRUE )
+<h3 class=fn><a name="TQStrList"></a>TQStrList::TQStrList ( bool&nbsp;deepCopies = true )
</h3>
<p> Constructs an empty list of strings. Will make deep copies of all
-inserted strings if <em>deepCopies</em> is TRUE, or use shallow copies
-if <em>deepCopies</em> is FALSE.
+inserted strings if <em>deepCopies</em> is true, or use shallow copies
+if <em>deepCopies</em> is false.
<h3 class=fn><a name="TQStrList-2"></a>TQStrList::TQStrList ( const&nbsp;<a href="tqstrlist.html">TQStrList</a>&nbsp;&amp;&nbsp;list )
</h3>