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:18 +0900 |
commit | bc8c938d106252178f524df902406afe6981231d (patch) | |
tree | 9ac75481afa366a1df9f14f6c8252cdda24612ff /src | |
parent | 8e2f90822304aecc8622f8f697d6761fc3dacf5d (diff) | |
download | tdeio-sword-bc8c938d106252178f524df902406afe6981231d.tar.gz tdeio-sword-bc8c938d106252178f524df902406afe6981231d.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |