diff options
Diffstat (limited to 'examples/thread/semaphores/main.cpp')
-rw-r--r-- | examples/thread/semaphores/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/thread/semaphores/main.cpp b/examples/thread/semaphores/main.cpp index a7704805c..85dec7171 100644 --- a/examples/thread/semaphores/main.cpp +++ b/examples/thread/semaphores/main.cpp @@ -17,7 +17,7 @@ #include <ntqmessagebox.h> #include <ntqlabel.h> -#if defined(QT_NO_THREAD) +#if defined(TQT_NO_THREAD) # error Thread support not enabled. #endif |