summaryrefslogtreecommitdiffstats
path: root/doc/tqvaluevector.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
commit0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch)
tree6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/tqvaluevector.doc
parent1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff)
downloadtqt3-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/tqvaluevector.doc')
-rw-r--r--doc/tqvaluevector.doc4
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