diff options
Diffstat (limited to 'doc/collect.doc')
| -rw-r--r-- | doc/collect.doc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/collect.doc b/doc/collect.doc index 7e050478d..cb56929bf 100644 --- a/doc/collect.doc +++ b/doc/collect.doc @@ -97,7 +97,7 @@ is a class for traversing the items in a collection: The value-based collections plus algorithms operating on them are grouped together in the \link qt-template-lib.html Qt Template -Library\endlink; see also the \link qtl.html Qt Template +Library\endlink; see also the \link ntqtl.html Qt Template Library Classes\endlink. The rest of this page dicusses the pointer-based containers. @@ -119,8 +119,8 @@ This example shows how to store Employee items in a list and prints them out in reverse order: \code - #include <qptrlist.h> - #include <qstring.h> + #include <ntqptrlist.h> + #include <ntqstring.h> #include <stdio.h> class Employee @@ -233,9 +233,9 @@ QCacheIterator. Qt has the following predefined collection classes: \list -\i String lists: \l QStrList, \l QStrIList (\l qstrlist.h) and - \l QStringList (\l qstringlist.h) -\i String vectors: QStrVec and QStrIVec (qstrvec.h); these are obsolete +\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 \endlist In almost all cases you would choose \l QStringList, a value |
