diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/collect.doc | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
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 |