summaryrefslogtreecommitdiffstats
path: root/tutorial/t15
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-30 12:33:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-30 12:33:25 +0900
commitaeefd3fe454bfaed093355278b1e2caa84bfd77a (patch)
tree2d2b7ae985b004b3114ad2b25a879797be18d427 /tutorial/t15
parent2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (diff)
downloadtqt3-aeefd3fe454bfaed093355278b1e2caa84bfd77a.tar.gz
tqt3-aeefd3fe454bfaed093355278b1e2caa84bfd77a.zip
Rename threading nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tutorial/t15')
-rw-r--r--tutorial/t15/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/t15/main.h b/tutorial/t15/main.h
index ed39316b..0b369751 100644
--- a/tutorial/t15/main.h
+++ b/tutorial/t15/main.h
@@ -14,7 +14,7 @@
#include <ntqapplication.h>
#include <tqobject.h>
#include <ntqpushbutton.h>
-#include <ntqthread.h>
+#include <tqthread.h>
class MainObject;