summaryrefslogtreecommitdiffstats
path: root/doc/html/qthread-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-11 17:42:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-11 17:42:14 +0900
commit9492e618a7bcc0a58db039d6700b508dec2c9db3 (patch)
treed9e102d5ad79aaf0cb16c7c3644e38c9b7da6bc0 /doc/html/qthread-h.html
parent979f5621d7cb2015eef214b0258dac1d6cd4c742 (diff)
downloadtqt3-9492e618a7bcc0a58db039d6700b508dec2c9db3.tar.gz
tqt3-9492e618a7bcc0a58db039d6700b508dec2c9db3.zip
Drop compatibility code for TQThread
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qthread-h.html')
-rw-r--r--doc/html/qthread-h.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/html/qthread-h.html b/doc/html/qthread-h.html
index 5a2e97a8..00fc81ff 100644
--- a/doc/html/qthread-h.html
+++ b/doc/html/qthread-h.html
@@ -81,11 +81,6 @@ body { background: #ffffff; color: black; }
#ifndef QT_H
#include "ntqwindowdefs.h"
-#ifndef TQT_NO_COMPAT
-#include "ntqmutex.h"
-#include "ntqsemaphore.h"
-#include "ntqwaitcondition.h"
-#endif // TQT_NO_COMPAT
#endif // QT_H
#include &lt;limits.h&gt;
@@ -97,10 +92,6 @@ class Q_EXPORT TQThread : public TQt
public:
static TQt::HANDLE currentThread();
-#ifndef TQT_NO_COMPAT
- static void postEvent( TQObject *,TQEvent * );
-#endif
-
static void initialize();
static void cleanup();