summaryrefslogtreecommitdiffstats
path: root/doc/html/qthread-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qthread-h.html')
-rw-r--r--doc/html/qthread-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qthread-h.html b/doc/html/qthread-h.html
index 26d6d7b7f..5a2e97a80 100644
--- a/doc/html/qthread-h.html
+++ b/doc/html/qthread-h.html
@@ -81,11 +81,11 @@ body { background: #ffffff; color: black; }
#ifndef QT_H
#include "ntqwindowdefs.h"
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqmutex.h"
#include "ntqsemaphore.h"
#include "ntqwaitcondition.h"
-#endif // QT_NO_COMPAT
+#endif // TQT_NO_COMPAT
#endif // QT_H
#include <limits.h>
@@ -97,7 +97,7 @@ class Q_EXPORT TQThread : public TQt
public:
static TQt::HANDLE currentThread();
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
static void postEvent( TQObject *,TQEvent * );
#endif