summaryrefslogtreecommitdiffstats
path: root/doc/html/qstrilist.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/qstrilist.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/qstrilist.html')
-rw-r--r--doc/html/qstrilist.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qstrilist.html b/doc/html/qstrilist.html
index 417f7c6be..4ef84a2ae 100644
--- a/doc/html/qstrilist.html
+++ b/doc/html/qstrilist.html
@@ -39,7 +39,7 @@ with case-insensitive comparison.
<p><a href="qstrilist-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
-<li class=fn><a href="#TQStrIList"><b>TQStrIList</b></a> ( bool&nbsp;deepCopies = TRUE )</li>
+<li class=fn><a href="#TQStrIList"><b>TQStrIList</b></a> ( bool&nbsp;deepCopies = true )</li>
<li class=fn><a href="#~TQStrIList"><b>~TQStrIList</b></a> ()</li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>
@@ -60,12 +60,12 @@ have to add a few extra strings to an already sorted list.
<p> <p>See also <a href="ntqstringlist.html">TQStringList</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQStrIList"></a>TQStrIList::TQStrIList ( bool&nbsp;deepCopies = TRUE )
+<h3 class=fn><a name="TQStrIList"></a>TQStrIList::TQStrIList ( bool&nbsp;deepCopies = true )
</h3>
<p> Constructs a 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="~TQStrIList"></a>TQStrIList::~TQStrIList ()
</h3>