diff options
Diffstat (limited to 'examples/thread/semaphores/main.cpp')
-rw-r--r-- | examples/thread/semaphores/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/thread/semaphores/main.cpp b/examples/thread/semaphores/main.cpp index 0e0bbb810..f6b9157dd 100644 --- a/examples/thread/semaphores/main.cpp +++ b/examples/thread/semaphores/main.cpp @@ -10,9 +10,9 @@ #include <tqwidget.h> #include <ntqpushbutton.h> #include <ntqmultilineedit.h> -#include <ntqthread.h> -#include <ntqsemaphore.h> -#include <ntqmutex.h> +#include <tqthread.h> +#include <tqsemaphore.h> +#include <tqmutex.h> #include <ntqlayout.h> #include <ntqmessagebox.h> #include <ntqlabel.h> |