Use tdeprocess.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 1 week ago
parent b8fc5b6b5f
commit ae236e7a32
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -46,7 +46,7 @@ KSensors-0.6.1
Fixed a problem executing hddtemp to monitor harddisks temperatures. Fixed a problem executing hddtemp to monitor harddisks temperatures.
(After 1000 executions TDEProcess object don't emit Exited signal and cpu usage jumps to 100%, (After 1000 executions TDEProcess object don't emit Exited signal and cpu usage jumps to 100%,
resolved creating and destroying kprocess every time is need) resolved creating and destroying tdeprocess every time is need)
KSensors-0.6 KSensors-0.6
------------ ------------

@ -20,7 +20,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <tdeglobal.h> #include <tdeglobal.h>
#include <kprocess.h> #include <tdeprocess.h>
#include <kaudioplayer.h> #include <kaudioplayer.h>
#include "lmsensorsalarms.h" #include "lmsensorsalarms.h"

@ -19,7 +19,7 @@
#define PROCESSEXEC_H #define PROCESSEXEC_H
#include <unistd.h> #include <unistd.h>
#include <kprocess.h> #include <tdeprocess.h>
/** /**
*@author asdf *@author asdf

Loading…
Cancel
Save