From 9492e618a7bcc0a58db039d6700b508dec2c9db3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 11 Jul 2023 17:42:14 +0900 Subject: Drop compatibility code for TQThread Signed-off-by: Michele Calgaro --- doc/html/ntqthread.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc/html/ntqthread.html') 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; }

Static Public Members

Protected Members

@@ -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 msecs milliseconds -

void TQThread::postEvent ( TQObject * receiver, TQEvent * event ) [static] -

This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. -

Use TQApplication::postEvent() instead. -

void TQThread::run () [pure virtual protected]

-- cgit v1.2.1