summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-30 12:33:25 +0900
committerMichele Calgaro <[email protected]>2024-06-30 12:33:25 +0900
commitaeefd3fe454bfaed093355278b1e2caa84bfd77a (patch)
tree2d2b7ae985b004b3114ad2b25a879797be18d427 /examples
parent2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (diff)
downloadtqt3-aeefd3fe454bfaed093355278b1e2caa84bfd77a.tar.gz
tqt3-aeefd3fe454bfaed093355278b1e2caa84bfd77a.zip
Rename threading nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r--examples/thread/prodcons/prodcons.cpp6
-rw-r--r--examples/thread/semaphores/main.cpp6
2 files changed, 6 insertions, 6 deletions
diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp
index d8cb43111..88553869e 100644
--- a/examples/thread/prodcons/prodcons.cpp
+++ b/examples/thread/prodcons/prodcons.cpp
@@ -1,6 +1,6 @@
-#include <ntqthread.h>
-#include <ntqwaitcondition.h>
-#include <ntqmutex.h>
+#include <tqthread.h>
+#include <tqwaitcondition.h>
+#include <tqmutex.h>
#include <ntqapplication.h>
#include <tqwidget.h>
#include <ntqpushbutton.h>
diff --git a/examples/thread/semaphores/main.cpp b/examples/thread/semaphores/main.cpp
index 0e0bbb810..f6b9157dd 100644
--- a/examples/thread/semaphores/main.cpp
+++ b/examples/thread/semaphores/main.cpp
@@ -10,9 +10,9 @@
#include <tqwidget.h>
#include <ntqpushbutton.h>
#include <ntqmultilineedit.h>
-#include <ntqthread.h>
-#include <ntqsemaphore.h>
-#include <ntqmutex.h>
+#include <tqthread.h>
+#include <tqsemaphore.h>
+#include <tqmutex.h>
#include <ntqlayout.h>
#include <ntqmessagebox.h>
#include <ntqlabel.h>