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.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qstrilist.html b/doc/html/qstrilist.html
index 417f7c6be..26b2b8876 100644
--- a/doc/html/qstrilist.html
+++ b/doc/html/qstrilist.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/qptrlist.doc:1125 -->
+<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/tqptrlist.doc:1125 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -49,12 +49,12 @@ The TQStrIList class provides a doubly-linked list of char*
with case-insensitive comparison.
<p>
-<p> This class is a <a href="ntqptrlist.html">TQPtrList</a>&lt;char&gt; instance (a list of char*).
+<p> This class is a <a href="tqptrlist.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
+<a href="tqptrlist.html#compareItems">compareItems</a>() function is reimplemented to compare strings
+case-insensitively. The <a href="tqptrlist.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="ntqptrlist.html#sort">sort</a>() at the end; inSort() is useful when you just
+they come and <a href="tqptrlist.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="ntqstringlist.html">TQStringList</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.