diff options
Diffstat (limited to 'examples/thread/semaphores')
-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 913b75dc0..0e0bbb810 100644 --- a/examples/thread/semaphores/main.cpp +++ b/examples/thread/semaphores/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ #include <ntqapplication.h> -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqpushbutton.h> #include <ntqmultilineedit.h> #include <ntqthread.h> |