diff options
Diffstat (limited to 'doc/html/tqstrlist.html')
-rw-r--r-- | doc/html/tqstrlist.html | 8 |
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 deepCopies = TRUE )</li> +<li class=fn><a href="#TQStrList"><b>TQStrList</b></a> ( bool deepCopies = true )</li> <li class=fn><a href="#TQStrList-2"><b>TQStrList</b></a> ( const TQStrList & list )</li> <li class=fn><a href="#~TQStrList"><b>~TQStrList</b></a> ()</li> <li class=fn>TQStrList & <a href="#operator-eq"><b>operator=</b></a> ( const TQStrList & 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 deepCopies = TRUE ) +<h3 class=fn><a name="TQStrList"></a>TQStrList::TQStrList ( bool 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 <a href="tqstrlist.html">TQStrList</a> & list ) </h3> |