diff options
-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> |