summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 19:50:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 19:50:43 +0900
commita2992a423b9bdfc0f6c81320a0eeae156753920b (patch)
treed38ad7c6043f0cea38fbe7ff1b6c65cb45d2244b
parentcbc745fab2f54c358ef5d511ce2e7251bf98b2aa (diff)
downloadtdeio-ftps-a2992a423b9bdfc0f6c81320a0eeae156753920b.tar.gz
tdeio-ftps-a2992a423b9bdfc0f6c81320a0eeae156753920b.zip
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--tdeio_ftps/ftp.cpp2
-rw-r--r--tdeio_ftps/ftp.h4
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>