diff options
Diffstat (limited to 'examples/thread')
| -rw-r--r-- | examples/thread/prodcons/prodcons.cpp | 4 | ||||
| -rw-r--r-- | examples/thread/semaphores/main.cpp | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp index 28532b5aa..6e63c1432 100644 --- a/examples/thread/prodcons/prodcons.cpp +++ b/examples/thread/prodcons/prodcons.cpp @@ -3,8 +3,8 @@  #include <tqmutex.h>  #include <ntqapplication.h>  #include <tqwidget.h> -#include <ntqpushbutton.h> -#include <ntqcheckbox.h> +#include <tqpushbutton.h> +#include <tqcheckbox.h>  #include <ntqprogressbar.h>  #include <ntqlayout.h>  #include <tqevent.h> diff --git a/examples/thread/semaphores/main.cpp b/examples/thread/semaphores/main.cpp index d7e481c6f..8b7916f26 100644 --- a/examples/thread/semaphores/main.cpp +++ b/examples/thread/semaphores/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include <ntqapplication.h>  #include <tqwidget.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h>  #include <ntqmultilineedit.h>  #include <tqthread.h>  #include <tqsemaphore.h> | 
