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 /tdecore/tdehw | |
parent | 89b563dbb9089193be322aebad8d8585674ea37d (diff) | |
download | tdelibs-0781a919df1f297ca6351d653c2adb7db59dec71.tar.gz tdelibs-0781a919df1f297ca6351d653c2adb7db59dec71.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdecore/tdehw')
-rw-r--r-- | tdecore/tdehw/tdehardwaredevices.cpp | 2 | ||||
-rw-r--r-- | tdecore/tdehw/tderootsystemdevice.cpp | 2 | ||||
-rw-r--r-- | tdecore/tdehw/tdestoragedevice.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/tdehw/tdehardwaredevices.cpp b/tdecore/tdehw/tdehardwaredevices.cpp index 59db6d0ae..a9e9be9da 100644 --- a/tdecore/tdehw/tdehardwaredevices.cpp +++ b/tdecore/tdehw/tdehardwaredevices.cpp @@ -25,7 +25,7 @@ #include <tqstringlist.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeglobal.h> #include <tdelocale.h> diff --git a/tdecore/tdehw/tderootsystemdevice.cpp b/tdecore/tdehw/tderootsystemdevice.cpp index cb9016062..65194374d 100644 --- a/tdecore/tdehw/tderootsystemdevice.cpp +++ b/tdecore/tdehw/tderootsystemdevice.cpp @@ -28,7 +28,7 @@ #include "tdeglobal.h" #include "tdeconfig.h" #include "tdeapplication.h" -#include "kstandarddirs.h" +#include "tdestandarddirs.h" #include "config.h" diff --git a/tdecore/tdehw/tdestoragedevice.cpp b/tdecore/tdehw/tdestoragedevice.cpp index df5f90ab7..4ef9e71eb 100644 --- a/tdecore/tdehw/tdestoragedevice.cpp +++ b/tdecore/tdehw/tdestoragedevice.cpp @@ -34,7 +34,7 @@ #include "tdeglobal.h" #include "kiconloader.h" #include "tdetempfile.h" -#include "kstandarddirs.h" +#include "tdestandarddirs.h" #include "tdehardwaredevices.h" #include "disksHelper.h" |