summaryrefslogtreecommitdiffstats
path: root/src/utils.h
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/utils.h
parent3639113e0459f34dcf6e87273a9250c8092543ee (diff)
downloadtdeio-sword-6ae4c97f.tar.gz
tdeio-sword-6ae4c97f.zip
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 49fb2d0311e21180c63ceb0784840e565b44ca8b)
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 0df24d1..0a8549e 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -24,7 +24,7 @@
#ifndef UTILS_H
#define UTILS_H
-#include <ntqstring.h>
+#include <tqstring.h>
namespace KioSword {
class SwordOptions;