summaryrefslogtreecommitdiffstats
path: root/doc/tqvaluevector.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tqvaluevector.doc')
-rw-r--r--doc/tqvaluevector.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tqvaluevector.doc b/doc/tqvaluevector.doc
index 49ed3f3a..3be96ae2 100644
--- a/doc/tqvaluevector.doc
+++ b/doc/tqvaluevector.doc
@@ -264,7 +264,7 @@
makes a copy and modifies its private copy; it thus does not
affect the other instances. This is often called "copy on write".
If a TQValueVector is being used in a multi-threaded program, you
- must protect all access to the vector. See QMutex.
+ must protect all access to the vector. See TQMutex.
There are several ways to insert elements into the vector. The
push_back() function insert elements into the end of the vector,