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/option.h | |
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/option.h')
-rw-r--r-- | src/option.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/option.h b/src/option.h index c71d95c..e7b2d5b 100644 --- a/src/option.h +++ b/src/option.h @@ -26,8 +26,8 @@ #include <tdeconfig.h> -#include <ntqstring.h> -#include <ntqmap.h> +#include <tqstring.h> +#include <tqmap.h> namespace KioSword { |