diff options
author | Michele Calgaro <[email protected]> | 2024-05-23 19:52:07 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-23 19:52:07 +0900 |
commit | 49fb2d0311e21180c63ceb0784840e565b44ca8b (patch) | |
tree | 6ecfed88af316648250027096004e81b47328456 /src/template.cpp | |
parent | bc8c938d106252178f524df902406afe6981231d (diff) | |
download | tdeio-sword-49fb2d0311e21180c63ceb0784840e565b44ca8b.tar.gz tdeio-sword-49fb2d0311e21180c63ceb0784840e565b44ca8b.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/template.cpp')
-rw-r--r-- | src/template.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.cpp b/src/template.cpp index 08e8a89..abca04b 100644 --- a/src/template.cpp +++ b/src/template.cpp @@ -29,7 +29,7 @@ #include <tdelocale.h> #include <kstandarddirs.h> -#include <ntqstring.h> +#include <tqstring.h> namespace KioSword { |