diff options
Diffstat (limited to 'examples/thread/prodcons/prodcons.cpp')
-rw-r--r-- | examples/thread/prodcons/prodcons.cpp | 2 |
1 files changed, 1 insertions, 1 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> |