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 /tdeio/tests | |
parent | 89b563dbb9089193be322aebad8d8585674ea37d (diff) | |
download | tdelibs-0781a919df1f297ca6351d653c2adb7db59dec71.tar.gz tdelibs-0781a919df1f297ca6351d653c2adb7db59dec71.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeio/tests')
-rw-r--r-- | tdeio/tests/kdcopcheck.cpp | 2 | ||||
-rw-r--r-- | tdeio/tests/kurifiltertest.cpp | 2 | ||||
-rw-r--r-- | tdeio/tests/tdesycocatest.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tdeio/tests/kdcopcheck.cpp b/tdeio/tests/kdcopcheck.cpp index 632960031..0b5692f59 100644 --- a/tdeio/tests/kdcopcheck.cpp +++ b/tdeio/tests/kdcopcheck.cpp @@ -3,7 +3,7 @@ #include <kservice.h> #include <kmimetype.h> #include <assert.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kservicegroup.h> #include <kimageio.h> #include <kprotocolinfo.h> diff --git a/tdeio/tests/kurifiltertest.cpp b/tdeio/tests/kurifiltertest.cpp index 0b3e6621d..57732e6c6 100644 --- a/tdeio/tests/kurifiltertest.cpp +++ b/tdeio/tests/kurifiltertest.cpp @@ -26,7 +26,7 @@ #include <tdeapplication.h> #include <kdebug.h> #include <tdecmdlineargs.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksimpleconfig.h> #include <tqdir.h> diff --git a/tdeio/tests/tdesycocatest.cpp b/tdeio/tests/tdesycocatest.cpp index 9747f2d0f..035c4593f 100644 --- a/tdeio/tests/tdesycocatest.cpp +++ b/tdeio/tests/tdesycocatest.cpp @@ -22,7 +22,7 @@ #include <kservice.h> #include <kmimetype.h> #include <assert.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kservicegroup.h> #include <kimageio.h> #include <kprotocolinfo.h> |