From aeefd3fe454bfaed093355278b1e2caa84bfd77a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 30 Jun 2024 12:33:25 +0900 Subject: Rename threading nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/codecs/tqtextcodec.cpp | 2 +- src/codecs/tqtextcodecfactory.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/codecs') diff --git a/src/codecs/tqtextcodec.cpp b/src/codecs/tqtextcodec.cpp index 0609ae294..8d2c0bb17 100644 --- a/src/codecs/tqtextcodec.cpp +++ b/src/codecs/tqtextcodec.cpp @@ -76,7 +76,7 @@ #endif #ifdef TQT_THREAD_SUPPORT -# include +# include #endif // TQT_THREAD_SUPPORT #include diff --git a/src/codecs/tqtextcodecfactory.cpp b/src/codecs/tqtextcodecfactory.cpp index 24ac82a09..b98155587 100644 --- a/src/codecs/tqtextcodecfactory.cpp +++ b/src/codecs/tqtextcodecfactory.cpp @@ -49,7 +49,7 @@ #include "tqtextcodecinterface_p.h" #ifdef TQT_THREAD_SUPPORT -# include +# include #endif // TQT_THREAD_SUPPORT #include -- cgit v1.2.3