diff options
Diffstat (limited to 'doc/html/tqmap.html')
-rw-r--r-- | doc/html/tqmap.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqmap.html b/doc/html/tqmap.html index 48bf63e73..a0bb3b31e 100644 --- a/doc/html/tqmap.html +++ b/doc/html/tqmap.html @@ -244,7 +244,7 @@ the map in time O(1). If multiple TQMap instances share the same data and one is modifying the map's data, this modifying instance makes a copy and modifies its private copy: so it does not affect other instances. If a TQMap is being used in a multi-threaded -program, you must protect all access to the map. See <a href="ntqmutex.html">TQMutex</a>. +program, you must protect all access to the map. See <a href="tqmutex.html">TQMutex</a>. <p> There are a couple of ways of inserting new items into the map. One uses the <a href="#insert">insert</a>() method; the other uses operator[]: <pre> |