diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 19:52:07 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 23:59:05 +0900 |
| commit | 6ae4c97fc0aba196470dee57d067cbaf1d075558 (patch) | |
| tree | 6ecfed88af316648250027096004e81b47328456 /src/template.h | |
| parent | 3639113e0459f34dcf6e87273a9250c8092543ee (diff) | |
| download | tdeio-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/template.h')
| -rw-r--r-- | src/template.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/template.h b/src/template.h index 310db4a..4e25110 100644 --- a/src/template.h +++ b/src/template.h @@ -24,8 +24,8 @@ #ifndef KS_TEMPLATE_H #define KS_TEMPLATE_H -#include <ntqstring.h> -#include <ntqcstring.h> +#include <tqstring.h> +#include <tqcstring.h> namespace KioSword { |
