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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qthread-h.html b/doc/html/qthread-h.html
index cbde3d13..86dea0f6 100644
--- a/doc/html/qthread-h.html
+++ b/doc/html/qthread-h.html
@@ -77,7 +77,7 @@ body { background: #ffffff; color: black; }
#ifndef TQTHREAD_H
#define TQTHREAD_H
-#if defined(TQT_THREAD_SUPPORT)
+#ifndef TQT_NO_THREAD
#ifndef QT_H
#include "ntqwindowdefs.h"
@@ -152,7 +152,7 @@ private:
#endif // TQ_DISABLE_COPY
};
-#endif // TQT_THREAD_SUPPORT
+#endif // TQT_NO_THREAD
#endif // TQTHREAD_H
</pre>