summaryrefslogtreecommitdiffstats
path: root/doc/html/qstrilist.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qstrilist.html')
-rw-r--r--doc/html/qstrilist.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qstrilist.html b/doc/html/qstrilist.html
index 8c95d07b8..417f7c6be 100644
--- a/doc/html/qstrilist.html
+++ b/doc/html/qstrilist.html
@@ -34,8 +34,8 @@ body { background: #ffffff; color: black; }
<p>The TQStrIList class provides a doubly-linked list of char*
with case-insensitive comparison.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qstrlist-h.html">qstrlist.h</a>&gt;</tt>
-<p>Inherits <a href="qstrlist.html">TQStrList</a>.
+<p><tt>#include &lt;<a href="qstrlist-h.html">ntqstrlist.h</a>&gt;</tt>
+<p>Inherits <a href="ntqstrlist.html">TQStrList</a>.
<p><a href="qstrilist-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -49,15 +49,15 @@ The TQStrIList class provides a doubly-linked list of char*
with case-insensitive comparison.
<p>
-<p> This class is a <a href="qptrlist.html">TQPtrList</a>&lt;char&gt; instance (a list of char*).
-<p> TQStrIList is identical to <a href="qstrlist.html">TQStrList</a> except that the virtual
-<a href="qptrlist.html#compareItems">compareItems</a>() function is reimplemented to compare strings
-case-insensitively. The <a href="qptrlist.html#inSort">inSort</a>() function inserts strings in a
+<p> This class is a <a href="ntqptrlist.html">TQPtrList</a>&lt;char&gt; instance (a list of char*).
+<p> TQStrIList is identical to <a href="ntqstrlist.html">TQStrList</a> except that the virtual
+<a href="ntqptrlist.html#compareItems">compareItems</a>() function is reimplemented to compare strings
+case-insensitively. The <a href="ntqptrlist.html#inSort">inSort</a>() function inserts strings in a
sorted order. In general it is fastest to insert the strings as
-they come and <a href="qptrlist.html#sort">sort</a>() at the end; inSort() is useful when you just
+they come and <a href="ntqptrlist.html#sort">sort</a>() at the end; inSort() is useful when you just
have to add a few extra strings to an already sorted list.
<p> The <a href="qstrlistiterator.html">TQStrListIterator</a> class works for TQStrIList.
-<p> <p>See also <a href="qstringlist.html">TQStringList</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
+<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 )