diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/kernel/ntqthread.h | 9 | ||||
-rw-r--r-- | src/kernel/qthread.cpp | 10 |
2 files changed, 0 insertions, 19 deletions
diff --git a/src/kernel/ntqthread.h b/src/kernel/ntqthread.h index edf45f89c..dc0df0828 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(); diff --git a/src/kernel/qthread.cpp b/src/kernel/qthread.cpp index f09b1939b..bb51e41fc 100644 --- a/src/kernel/qthread.cpp +++ b/src/kernel/qthread.cpp @@ -252,16 +252,6 @@ bool TQThread::threadPostedEventsDisabled() const \sa wait() */ -#ifndef TQT_NO_COMPAT -/*! \obsolete - Use TQApplication::postEvent() instead. -*/ -void TQThread::postEvent( TQObject * receiver, TQEvent * event ) -{ - TQApplication::postEvent( receiver, event ); -} -#endif - TQEventLoopThread::TQEventLoopThread() : TQThread() { // |