summaryrefslogtreecommitdiffstats
path: root/src/kernel/qapplication.cpp
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 /src/kernel/qapplication.cpp
parent2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (diff)
downloadtqt-aeefd3fe.tar.gz
tqt-aeefd3fe.zip
Rename threading nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qapplication.cpp')
-rw-r--r--src/kernel/qapplication.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp
index c6bde72a7..5297837cc 100644
--- a/src/kernel/qapplication.cpp
+++ b/src/kernel/qapplication.cpp
@@ -66,9 +66,9 @@
#include "qfontdata_p.h"
#if defined(TQT_THREAD_SUPPORT)
-# include "ntqmutex.h"
-# include "ntqthread.h"
-# include <private/qthreadinstance_p.h>
+# include "tqmutex.h"
+# include "tqthread.h"
+# include <private/tqthreadinstance_p.h>
#endif // TQT_THREAD_SUPPORT
#include <stdlib.h>