diff options
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 |