summaryrefslogtreecommitdiffstats
path: root/doc/threads.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/threads.doc')
-rw-r--r--doc/threads.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/threads.doc b/doc/threads.doc
index dd51296f..bd213270 100644
--- a/doc/threads.doc
+++ b/doc/threads.doc
@@ -299,7 +299,7 @@ above for more details.
Qt provides many implicitly shared and explicitly shared classes. In
a multithreaded program, multiple instances of a shared class can
reference shared data, which is dangerous if one or more threads
-attempt to modify the data. TQt provides the QDeepCopy class, which
+attempt to modify the data. TQt provides the TQDeepCopy class, which
ensures that shared classes reference unique data.
See the description of \link shclass.html implicit sharing\endlink for more