diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:16:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-26 18:13:05 +0900 |
commit | 0781a919df1f297ca6351d653c2adb7db59dec71 (patch) | |
tree | a7552644e80a776332a46f6623b8c2f8b57b3a99 /tdeioslave | |
parent | 89b563dbb9089193be322aebad8d8585674ea37d (diff) | |
download | tdelibs-master.tar.gz tdelibs-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/file/file.cpp | 3 | ||||
-rw-r--r-- | tdeioslave/http/http.cpp | 2 | ||||
-rw-r--r-- | tdeioslave/http/http_cache_cleaner.cpp | 2 | ||||
-rw-r--r-- | tdeioslave/http/kcookiejar/kcookieserver.cpp | 2 | ||||
-rw-r--r-- | tdeioslave/http/kcookiejar/tests/kcookiejartest.cpp | 2 |
5 files changed, 5 insertions, 6 deletions
diff --git a/tdeioslave/file/file.cpp b/tdeioslave/file/file.cpp index 7559ca773..d404b8ab4 100644 --- a/tdeioslave/file/file.cpp +++ b/tdeioslave/file/file.cpp @@ -83,14 +83,13 @@ #include <limits.h> #include <tdeprocess.h> #include <kmountpoint.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #ifdef HAVE_VOLMGT #include <volmgt.h> #include <sys/mnttab.h> #endif -#include <kstandarddirs.h> #include <tdeio/ioslave_defaults.h> #include <klargefile.h> #include <tdeglobal.h> diff --git a/tdeioslave/http/http.cpp b/tdeioslave/http/http.cpp index 7d9fd72dc..5cc638bd0 100644 --- a/tdeioslave/http/http.cpp +++ b/tdeioslave/http/http.cpp @@ -63,7 +63,7 @@ #include <dcopclient.h> #include <kdatastream.h> #include <tdeapplication.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kstringhandler.h> #include <kremoteencoding.h> diff --git a/tdeioslave/http/http_cache_cleaner.cpp b/tdeioslave/http/http_cache_cleaner.cpp index 3ea4b6fe2..08ca740b2 100644 --- a/tdeioslave/http/http_cache_cleaner.cpp +++ b/tdeioslave/http/http_cache_cleaner.cpp @@ -36,7 +36,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tdelocale.h> #include <tdecmdlineargs.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <dcopclient.h> #include <tdeprotocolmanager.h> diff --git a/tdeioslave/http/kcookiejar/kcookieserver.cpp b/tdeioslave/http/kcookiejar/kcookieserver.cpp index 738b64eba..372d4281a 100644 --- a/tdeioslave/http/kcookiejar/kcookieserver.cpp +++ b/tdeioslave/http/kcookiejar/kcookieserver.cpp @@ -39,7 +39,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <kdebug.h> #include <tdeapplication.h> #include <tdecmdlineargs.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "kcookiejar.h" #include "kcookiewin.h" diff --git a/tdeioslave/http/kcookiejar/tests/kcookiejartest.cpp b/tdeioslave/http/kcookiejar/tests/kcookiejartest.cpp index 9d720d6c4..29c808abb 100644 --- a/tdeioslave/http/kcookiejar/tests/kcookiejartest.cpp +++ b/tdeioslave/http/kcookiejar/tests/kcookiejartest.cpp @@ -27,7 +27,7 @@ #include <tdeapplication.h> #include <tdeaboutdata.h> #include <tdecmdlineargs.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "../kcookiejar.cpp" |