summaryrefslogtreecommitdiffstats
path: root/doc/qmemarray.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qmemarray.doc')
-rw-r--r--doc/qmemarray.doc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/qmemarray.doc b/doc/qmemarray.doc
index 09fd67c5f..566731eeb 100644
--- a/doc/qmemarray.doc
+++ b/doc/qmemarray.doc
@@ -69,10 +69,10 @@
data when it is not required, which results in lower memory use
and less copying of data.
- An alternative to QMemArray is QValueVector. The QValueVector class
+ An alternative to QMemArray is TQValueVector. The TQValueVector class
also provides an array of objects, but can deal with objects that
have constructors (specifically a copy constructor and a default
- constructor). QValueVector provides an STL-compatible syntax and is
+ constructor). TQValueVector provides an STL-compatible syntax and is
\link shclass.html implicitly shared\endlink.
Example:
@@ -558,7 +558,7 @@
Returns an iterator pointing at the beginning of this array. This
iterator can be used in the same way as the iterators of
- QValueList and QMap, for example.
+ TQValueList and TQMap, for example.
*/
/*!
@@ -566,7 +566,7 @@
Returns an iterator pointing behind the last element of this
array. This iterator can be used in the same way as the iterators
- of QValueList and QMap, for example.
+ of TQValueList and TQMap, for example.
*/
/*!
@@ -576,7 +576,7 @@
Returns a const iterator pointing at the beginning of this array.
This iterator can be used in the same way as the iterators of
- QValueList and QMap, for example.
+ TQValueList and TQMap, for example.
*/
/*!
@@ -586,5 +586,5 @@
Returns a const iterator pointing behind the last element of this
array. This iterator can be used in the same way as the iterators
- of QValueList and QMap, for example.
+ of TQValueList and TQMap, for example.
*/