diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:46:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:46:25 +0900 |
commit | 669c9bc7d86221be927586ec3078e6247048ca37 (patch) | |
tree | e83c76f0e10c5bcd55b89c3b4ec96754591d949c /tdeioslave/sftp | |
parent | 60e6b46689f16f4a05ceeb34f904603ef042ae6c (diff) | |
download | tdebase-669c9bc7d86221be927586ec3078e6247048ca37.tar.gz tdebase-669c9bc7d86221be927586ec3078e6247048ca37.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeioslave/sftp')
-rw-r--r-- | tdeioslave/sftp/tdeio_sftp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/sftp/tdeio_sftp.cpp b/tdeioslave/sftp/tdeio_sftp.cpp index d2a9e859a..3e88b8e65 100644 --- a/tdeioslave/sftp/tdeio_sftp.cpp +++ b/tdeioslave/sftp/tdeio_sftp.cpp @@ -54,7 +54,7 @@ #include <kdebug.h> #include <tdemessagebox.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <kurl.h> #include <tdeio/ioslave_defaults.h> |