From a2992a423b9bdfc0f6c81320a0eeae156753920b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 19:50:43 +0900 Subject: [PATCH] Use proper TQt headers Signed-off-by: Michele Calgaro --- tdeio_ftps/ftp.cpp | 2 +- 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 #endif -#include +#include #include #include 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 #include -#include -#include +#include +#include #include #include