From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/threads.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/threads.doc') diff --git a/doc/threads.doc b/doc/threads.doc index dd51296f8..bd213270e 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 -- cgit v1.2.3