summaryrefslogtreecommitdiffstats
path: root/src/renderer.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 19:52:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 23:59:05 +0900
commit6ae4c97fc0aba196470dee57d067cbaf1d075558 (patch)
tree6ecfed88af316648250027096004e81b47328456 /src/renderer.cpp
parent3639113e0459f34dcf6e87273a9250c8092543ee (diff)
downloadtdeio-sword-6ae4c97fc0aba196470dee57d067cbaf1d075558.tar.gz
tdeio-sword-6ae4c97fc0aba196470dee57d067cbaf1d075558.zip
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 49fb2d0311e21180c63ceb0784840e565b44ca8b)
Diffstat (limited to 'src/renderer.cpp')
-rw-r--r--src/renderer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer.cpp b/src/renderer.cpp
index d458b0c..2b3a4a4 100644
--- a/src/renderer.cpp
+++ b/src/renderer.cpp
@@ -48,8 +48,8 @@
#include <tdelocale.h>
// TQt
-#include <ntqstring.h>
-#include <ntqstringlist.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
// Standard C/C++
#include <vector>