diff options
Diffstat (limited to 'examples/thread')
-rw-r--r-- | examples/thread/prodcons/prodcons.cpp | 2 | ||||
-rw-r--r-- | examples/thread/semaphores/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp index 23004dfd6..2716378c5 100644 --- a/examples/thread/prodcons/prodcons.cpp +++ b/examples/thread/prodcons/prodcons.cpp @@ -2,7 +2,7 @@ #include <ntqwaitcondition.h> #include <ntqmutex.h> #include <ntqapplication.h> -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqpushbutton.h> #include <ntqcheckbox.h> #include <ntqprogressbar.h> 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> |