summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqthread.h')
-rw-r--r--src/kernel/ntqthread.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/kernel/ntqthread.h b/src/kernel/ntqthread.h
index edf45f89..dc0df082 100644
--- a/src/kernel/ntqthread.h
+++ b/src/kernel/ntqthread.h
@@ -45,11 +45,6 @@
#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 <limits.h>
@@ -61,10 +56,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();