diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 19:50:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 23:58:29 +0900 |
| commit | 51ed90dcdaf88c37c87223d512882ac4dfed6a55 (patch) | |
| tree | d38ad7c6043f0cea38fbe7ff1b6c65cb45d2244b | |
| parent | 9cff6e3bb1743c9c99ffea6401b47e7ff63ee33d (diff) | |
| download | tdeio-ftps-51ed90dc.tar.gz tdeio-ftps-51ed90dc.zip | |
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a2992a423b9bdfc0f6c81320a0eeae156753920b)
| -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> |
