diff options
Diffstat (limited to 'doc/man/man3/tqdeepcopy.3qt')
-rw-r--r-- | doc/man/man3/tqdeepcopy.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqdeepcopy.3qt b/doc/man/man3/tqdeepcopy.3qt index bbfce204b..afbd32ba9 100644 --- a/doc/man/man3/tqdeepcopy.3qt +++ b/doc/man/man3/tqdeepcopy.3qt @@ -91,7 +91,7 @@ QDeepCopy can also provide safety in multithreaded applications that use shared .br QDeepCopy<TQString> global_string; // global string data .br - QMutex global_mutex; // mutex to protext global_string + TQMutex global_mutex; // mutex to protext global_string .br .br ... |