summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqthread.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 15:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-19 23:33:47 +0900
commit089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch)
treee2c5625c37ba83b0848bbb212a45995ceec84139 /doc/man/man3/tqthread.3qt
parentd21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff)
downloadtqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz
tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqthread.3qt')
-rw-r--r--doc/man/man3/tqthread.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqthread.3qt b/doc/man/man3/tqthread.3qt
index f4c7a8562..07551b891 100644
--- a/doc/man/man3/tqthread.3qt
+++ b/doc/man/man3/tqthread.3qt
@@ -45,7 +45,7 @@ Inherits Qt.
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "Qt::HANDLE \fBcurrentThread\fR ()"
+.BI "TQt::HANDLE \fBcurrentThread\fR ()"
.br
.ti -1c
.BI "void \fBexit\fR ()"
@@ -156,7 +156,7 @@ If \fIstackSize\fR is greater than zero, the maximum stack size is set to \fIsta
QThread destructor.
.PP
Note that deleting a QThread object will not stop the execution of the thread it represents. Deleting a running QThread (i.e. finished() returns FALSE) will probably result in a program crash. You can wait() on a thread to make sure that it has finished.
-.SH "Qt::HANDLE QThread::currentThread ()\fC [static]\fR"
+.SH "TQt::HANDLE QThread::currentThread ()\fC [static]\fR"
This returns the thread handle of the currently executing thread.
.PP
\fBWarning:\fR The handle returned by this function is used for internal purposes and should \fInot\fR be used in any application code. On Windows, the returned value is a pseudo handle for the current thread, and it cannot be used for numerical comparison.