summaryrefslogtreecommitdiffstats
path: root/doc/html/tqvaluevector.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqvaluevector.html')
-rw-r--r--doc/html/tqvaluevector.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqvaluevector.html b/doc/html/tqvaluevector.html
index 527ca3a2..6f90c2ad 100644
--- a/doc/html/tqvaluevector.html
+++ b/doc/html/tqvaluevector.html
@@ -296,7 +296,7 @@ data and one needs to modify its contents, this modifying instance
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 <a href="ntqmutex.html">TQMutex</a>.
+must protect all access to the vector. See <a href="tqmutex.html">TQMutex</a>.
<p> There are several ways to insert elements into the vector. The
<a href="#push_back">push_back</a>() function insert elements into the end of the vector,
and is usually fastest. The <a href="#insert">insert</a>() function can be used to add