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 38e8b98..3cf9941 100644
--- a/doc/html/qthread-h.html
+++ b/doc/html/qthread-h.html
@@ -77,7 +77,7 @@ body { background: #ffffff; color: black; }
#ifndef QTHREAD_H
#define QTHREAD_H
-#if defined(TQT_THREAD_SUPPORT)
+#if defined(QT_THREAD_SUPPORT)
#ifndef QT_H
#include "qwindowdefs.h"
@@ -161,7 +161,7 @@ private:
#endif // Q_DISABLE_COPY
};
-#endif // TQT_THREAD_SUPPORT
+#endif // QT_THREAD_SUPPORT
#endif // QTHREAD_H
</pre>