summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-01 13:20:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-02 17:04:18 +0900
commitbc8c938d106252178f524df902406afe6981231d (patch)
tree9ac75481afa366a1df9f14f6c8252cdda24612ff
parent8e2f90822304aecc8622f8f697d6761fc3dacf5d (diff)
downloadtdeio-sword-master.tar.gz
tdeio-sword-master.zip
Replace Qt with TQtHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/renderer.cpp4
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>