summaryrefslogtreecommitdiffstats
path: root/doc/collect.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/collect.doc')
-rw-r--r--doc/collect.doc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/collect.doc b/doc/collect.doc
index 09ee58382..ae781563a 100644
--- a/doc/collect.doc
+++ b/doc/collect.doc
@@ -120,7 +120,7 @@ them out in reverse order:
\code
#include <tqptrlist.h>
- #include <ntqstring.h>
+ #include <tqstring.h>
#include <stdio.h>
class Employee
@@ -233,12 +233,12 @@ QCacheIterator.
Qt has the following predefined collection classes:
\list
-\i String lists: \l QStrList, \l QStrIList (\l ntqstrlist.h) and
- \l QStringList (\l ntqstringlist.h)
-\i String vectors: QStrVec and QStrIVec (ntqstrvec.h); these are obsolete
+\i String lists: \l TQStrList, \l TQStrIList (\l tqstrlist.h) and
+ \l TQStringList (\l tqstringlist.h)
+\i String vectors: TQStrVec and TQStrIVec (tqstrvec.h); these are obsolete
\endlist
-In almost all cases you would choose \l QStringList, a value
+In almost all cases you would choose \l TQStringList, a value
list of implicitly shared TQString Unicode strings. TQPtrStrList and
TQPtrStrIList store only char pointers, not the strings themselves.