summaryrefslogtreecommitdiffstats
path: root/doc/tqmap.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tqmap.doc')
-rw-r--r--doc/tqmap.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tqmap.doc b/doc/tqmap.doc
index 5006ca27..cad832f4 100644
--- a/doc/tqmap.doc
+++ b/doc/tqmap.doc
@@ -210,7 +210,7 @@
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 \l QMutex.
+ program, you must protect all access to the map. See \l TQMutex.
There are a couple of ways of inserting new items into the map.
One uses the insert() method; the other uses operator[]: