diff options
Diffstat (limited to 'ksysguard')
-rw-r--r-- | ksysguard/gui/ksgrd/SensorShellAgent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/gui/ksgrd/SensorShellAgent.cpp b/ksysguard/gui/ksgrd/SensorShellAgent.cpp index c398be32f..244e7b037 100644 --- a/ksysguard/gui/ksgrd/SensorShellAgent.cpp +++ b/ksysguard/gui/ksgrd/SensorShellAgent.cpp @@ -22,7 +22,7 @@ #include <kdebug.h> #include <kpassdlg.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "SensorClient.h" #include "SensorManager.h" |