diff options
Diffstat (limited to 'doc/tqvaluevector.doc')
-rw-r--r-- | doc/tqvaluevector.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tqvaluevector.doc b/doc/tqvaluevector.doc index bb2c12a5b..ecb09f2c5 100644 --- a/doc/tqvaluevector.doc +++ b/doc/tqvaluevector.doc @@ -60,12 +60,12 @@ of values that all have the class T. TQValueVector does not store pointers to the members of the vector; it holds a copy of every member. TQValueVector is said to be value based; in contrast, - QPtrList and QDict are pointer based. + TQPtrList and QDict are pointer based. TQValueVector contains and manages a collection of objects of type T and provides random access iterators that allow the contained objects to be addressed. TQValueVector owns the contained - elements. For more relaxed ownership semantics, see QPtrCollection + elements. For more relaxed ownership semantics, see TQPtrCollection and friends, which are pointer-based containers. TQValueVector provides good performance if you append or remove |