summaryrefslogtreecommitdiffstats
path: root/examples/thread
diff options
context:
space:
mode:
Diffstat (limited to 'examples/thread')
-rw-r--r--examples/thread/prodcons/prodcons.cpp2
-rw-r--r--examples/thread/semaphores/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp
index 824556cc6..ed980d551 100644
--- a/examples/thread/prodcons/prodcons.cpp
+++ b/examples/thread/prodcons/prodcons.cpp
@@ -6,7 +6,7 @@
#include <tqpushbutton.h>
#include <tqcheckbox.h>
#include <tqprogressbar.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
#include <tqevent.h>
#include <tqlabel.h>
#include <tqcstring.h>
diff --git a/examples/thread/semaphores/main.cpp b/examples/thread/semaphores/main.cpp
index eb8e4675d..3c7dbc4a2 100644
--- a/examples/thread/semaphores/main.cpp
+++ b/examples/thread/semaphores/main.cpp
@@ -13,7 +13,7 @@
#include <tqthread.h>
#include <tqsemaphore.h>
#include <tqmutex.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
#include <ntqmessagebox.h>
#include <tqlabel.h>