diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-01 13:20:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-02 17:04:59 +0900 |
commit | 3639113e0459f34dcf6e87273a9250c8092543ee (patch) | |
tree | 9ac75481afa366a1df9f14f6c8252cdda24612ff /src | |
parent | 44192f839344c79b0daa2855f1e80b8a9024a6f2 (diff) | |
download | tdeio-sword-r14.1.2.tar.gz tdeio-sword-r14.1.2.zip |
Replace Qt with TQtr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bc8c938d106252178f524df902406afe6981231d)
Diffstat (limited to 'src')
-rw-r--r-- | src/renderer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer.cpp b/src/renderer.cpp index 6e2e659..d458b0c 100644 --- a/src/renderer.cpp +++ b/src/renderer.cpp @@ -44,10 +44,10 @@ #include <regex.h> -// KDE +// TDE #include <tdelocale.h> -// QT +// TQt #include <ntqstring.h> #include <ntqstringlist.h> |