diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 12:55:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 12:55:32 +0900 |
commit | ae236e7a32d0548459035715f2137e3cf124ee90 (patch) | |
tree | bd5f40a4d618c77393654dc863d246e44db304a4 /src | |
parent | b8fc5b6b5ff471fdff232d693083026fdf80791e (diff) | |
download | ksensors-master.tar.gz ksensors-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/lmsensorsalarms.cpp | 2 | ||||
-rw-r--r-- | src/processexec.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lmsensorsalarms.cpp b/src/lmsensorsalarms.cpp index a7f8d0b..6b6ac1a 100644 --- a/src/lmsensorsalarms.cpp +++ b/src/lmsensorsalarms.cpp @@ -20,7 +20,7 @@ #include <tqstring.h> #include <tdeglobal.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kaudioplayer.h> #include "lmsensorsalarms.h" diff --git a/src/processexec.h b/src/processexec.h index 7de8c62..221f1fe 100644 --- a/src/processexec.h +++ b/src/processexec.h @@ -19,7 +19,7 @@ #define PROCESSEXEC_H #include <unistd.h> -#include <kprocess.h> +#include <tdeprocess.h> /** *@author asdf |