diff options
Diffstat (limited to 'doc/html/tqstrilist.html')
-rw-r--r-- | doc/html/tqstrilist.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqstrilist.html b/doc/html/tqstrilist.html index f51c3d90b..47b08b5f5 100644 --- a/doc/html/tqstrilist.html +++ b/doc/html/tqstrilist.html @@ -38,7 +38,7 @@ with case-insensitive comparison. <p><a href="tqstrilist-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> -<li class=fn><a href="#TQStrIList"><b>TQStrIList</b></a> ( bool deepCopies = TRUE )</li> +<li class=fn><a href="#TQStrIList"><b>TQStrIList</b></a> ( bool deepCopies = true )</li> <li class=fn><a href="#~TQStrIList"><b>~TQStrIList</b></a> ()</li> </ul> <hr><a name="details"></a><h2>Detailed Description</h2> @@ -59,12 +59,12 @@ have to add a few extra strings to an already sorted list. <p> <p>See also <a href="tqstringlist.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 deepCopies = TRUE ) +<h3 class=fn><a name="TQStrIList"></a>TQStrIList::TQStrIList ( bool 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> |