diff options
author | Michele Calgaro <[email protected]> | 2024-05-23 19:50:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-23 19:50:43 +0900 |
commit | a2992a423b9bdfc0f6c81320a0eeae156753920b (patch) | |
tree | d38ad7c6043f0cea38fbe7ff1b6c65cb45d2244b | |
parent | cbc745fab2f54c358ef5d511ce2e7251bf98b2aa (diff) | |
download | tdeio-ftps-a2992a423b9bdfc0f6c81320a0eeae156753920b.tar.gz tdeio-ftps-a2992a423b9bdfc0f6c81320a0eeae156753920b.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | tdeio_ftps/ftp.cpp | 2 | ||||
-rw-r--r-- | tdeio_ftps/ftp.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tdeio_ftps/ftp.cpp b/tdeio_ftps/ftp.cpp index c5a1828..1cff712 100644 --- a/tdeio_ftps/ftp.cpp +++ b/tdeio_ftps/ftp.cpp @@ -50,7 +50,7 @@ #include <time.h> #endif -#include <ntqdir.h> +#include <tqdir.h> #include <kdebug.h> #include <tdelocale.h> diff --git a/tdeio_ftps/ftp.h b/tdeio_ftps/ftp.h index 72afdfa..f5dcdcc 100644 --- a/tdeio_ftps/ftp.h +++ b/tdeio_ftps/ftp.h @@ -36,8 +36,8 @@ #include <sys/types.h> #include <sys/socket.h> -#include <ntqcstring.h> -#include <ntqstring.h> +#include <tqcstring.h> +#include <tqstring.h> #include <kurl.h> #include <tdeio/slavebase.h> |