summaryrefslogtreecommitdiffstats
path: root/src/kernel/qthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qthread.h')
-rw-r--r--src/kernel/qthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qthread.h b/src/kernel/qthread.h
index 2dae5ab..675e3a3 100644
--- a/src/kernel/qthread.h
+++ b/src/kernel/qthread.h
@@ -41,7 +41,7 @@
#ifndef QTHREAD_H
#define QTHREAD_H
-#if defined(TQT_THREAD_SUPPORT)
+#if defined(QT_THREAD_SUPPORT)
#ifndef QT_H
#include "qwindowdefs.h"
@@ -150,6 +150,6 @@ class Q_EXPORT QEventLoopThread : public QThread
virtual void run();
};
-#endif // TQT_THREAD_SUPPORT
+#endif // QT_THREAD_SUPPORT
#endif // QTHREAD_H