diff options
Diffstat (limited to 'kded')
-rw-r--r-- | kded/kded.cpp | 2 | ||||
-rw-r--r-- | kded/khostname.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kded/kded.cpp b/kded/kded.cpp index d1a0b1b0c..2aaf78c5f 100644 --- a/kded/kded.cpp +++ b/kded/kded.cpp @@ -40,7 +40,7 @@ #include <tdeaboutdata.h> #include <tdelocale.h> #include <tdeglobal.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdebug.h> #include <kdirwatch.h> #include <kstandarddirs.h> diff --git a/kded/khostname.cpp b/kded/khostname.cpp index fb7d965bc..34a0c2fbf 100644 --- a/kded/khostname.cpp +++ b/kded/khostname.cpp @@ -36,7 +36,7 @@ #include <tdeaboutdata.h> #include <tdeglobal.h> #include <kstandarddirs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kde_file.h> static TDECmdLineOptions options[] = { |