diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:47:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:47:20 +0900 |
commit | 5f2c8620fd51fbe8303a83e3fb718fbd1332a13d (patch) | |
tree | d727f11395b5c9d35ac53959c929fc5f23622106 | |
parent | b2930082a1c56ba89d44cb9af32451fd2b6ad110 (diff) | |
download | tdeio-ftps-5f2c8620fd51fbe8303a83e3fb718fbd1332a13d.tar.gz tdeio-ftps-5f2c8620fd51fbe8303a83e3fb718fbd1332a13d.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | tdeio_ftps/ftp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio_ftps/ftp.cpp b/tdeio_ftps/ftp.cpp index 1cff712..08867f1 100644 --- a/tdeio_ftps/ftp.cpp +++ b/tdeio_ftps/ftp.cpp @@ -54,7 +54,7 @@ #include <kdebug.h> #include <tdelocale.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <kmimemagic.h> #include <kmimetype.h> #include <ksockaddr.h> |