diff options
author | Michele Calgaro <[email protected]> | 2024-06-30 12:33:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-30 12:33:25 +0900 |
commit | aeefd3fe454bfaed093355278b1e2caa84bfd77a (patch) | |
tree | 2d2b7ae985b004b3114ad2b25a879797be18d427 /src/tools/qgvector.cpp | |
parent | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (diff) | |
download | tqt3-aeefd3fe454bfaed093355278b1e2caa84bfd77a.tar.gz tqt3-aeefd3fe454bfaed093355278b1e2caa84bfd77a.zip |
Rename threading nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tools/qgvector.cpp')
-rw-r--r-- | src/tools/qgvector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qgvector.cpp b/src/tools/qgvector.cpp index 81b7a2006..1c6c8669e 100644 --- a/src/tools/qgvector.cpp +++ b/src/tools/qgvector.cpp @@ -52,7 +52,7 @@ #include <stdlib.h> #ifdef TQT_THREAD_SUPPORT -# include <private/qmutexpool_p.h> +# include <private/tqmutexpool_p.h> #endif // TQT_THREAD_SUPPORT #define USE_MALLOC // comment to use new/delete |