diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/tqvaluelist.doc | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/tqvaluelist.doc')
-rw-r--r-- | doc/tqvaluelist.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tqvaluelist.doc b/doc/tqvaluelist.doc index 846282e09..4eba79409 100644 --- a/doc/tqvaluelist.doc +++ b/doc/tqvaluelist.doc @@ -61,12 +61,12 @@ values that all have the class T. Note that TQValueList does not store pointers to the members of the list; it holds a copy of every member. This is why these kinds of classes are called "value - based"; QPtrList and QDict are "pointer based". + based"; TQPtrList and QDict are "pointer based". TQValueList contains and manages a collection of objects of type T and provides iterators that allow the contained objects to be addressed. TQValueList owns the contained items. For more relaxed - ownership semantics, see QPtrCollection and friends which are + ownership semantics, see TQPtrCollection and friends which are pointer-based containers. Some classes cannot be used within a TQValueList, for example, all |