diff options
author | Michele Calgaro <[email protected]> | 2024-09-13 21:16:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-13 21:16:04 +0900 |
commit | 872192923463820529e6e77963afb4bfcfb5ce53 (patch) | |
tree | bf37634f4da8ac66a81cb26695e1a1ab1fea1d06 /src/codecs/tqtextcodecfactory.cpp | |
parent | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (diff) | |
download | tqt3-872192923463820529e6e77963afb4bfcfb5ce53.tar.gz tqt3-872192923463820529e6e77963afb4bfcfb5ce53.zip |
Rename private q* headers into equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/codecs/tqtextcodecfactory.cpp')
-rw-r--r-- | src/codecs/tqtextcodecfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/tqtextcodecfactory.cpp b/src/codecs/tqtextcodecfactory.cpp index 9e081c51c..36782644f 100644 --- a/src/codecs/tqtextcodecfactory.cpp +++ b/src/codecs/tqtextcodecfactory.cpp @@ -45,7 +45,7 @@ #ifndef TQT_NO_COMPONENT #include "ntqapplication.h" #include "tqcleanuphandler.h" -#include <private/qpluginmanager_p.h> +#include <private/tqpluginmanager_p.h> #include "tqtextcodecinterface_p.h" #ifdef TQT_THREAD_SUPPORT |