diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/collect.doc | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/collect.doc')
-rw-r--r-- | doc/collect.doc | 10 |
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. |