summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqthread.3qt
diff options
context:
space:
mode:
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 badcc13d..308d1357 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 postEvent ( TQObject * receiver, QEvent * event ) \fI(obsolete)\fR"
@@ -159,7 +159,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.