summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqthread.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqthread.html')
-rw-r--r--doc/html/ntqthread.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/html/ntqthread.html b/doc/html/ntqthread.html
index 8fc0e5660..edd77b60b 100644
--- a/doc/html/ntqthread.html
+++ b/doc/html/ntqthread.html
@@ -51,7 +51,6 @@ body { background: #ffffff; color: black; }
<h2>Static Public Members</h2>
<ul>
<li class=fn>TQt::HANDLE <a href="#currentThread"><b>currentThread</b></a> ()</li>
-<li class=fn>void postEvent ( TQObject&nbsp;*&nbsp;receiver, TQEvent&nbsp;*&nbsp;event ) &nbsp;<em>(obsolete)</em></li>
<li class=fn>void <a href="#exit"><b>exit</b></a> ()</li>
</ul>
<h2>Protected Members</h2>
@@ -173,10 +172,6 @@ Returns TRUE if the thread is finished; otherwise returns FALSE.
System independent sleep. This causes the current thread to sleep
for <em>msecs</em> milliseconds
-<h3 class=fn>void <a name="postEvent"></a>TQThread::postEvent ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, <a href="ntqevent.html">TQEvent</a>&nbsp;*&nbsp;event )<tt> [static]</tt>
-</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-<p> Use <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>() instead.
-
<h3 class=fn>void <a name="run"></a>TQThread::run ()<tt> [pure virtual protected]</tt>
</h3>