summaryrefslogtreecommitdiffstats
path: root/src/sources/nvidiathermalsrc.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-15 22:24:49 +0900
committerMichele Calgaro <[email protected]>2024-12-15 22:24:49 +0900
commit71a415575f54e35e4fef7eb3bd7efc1a4c796532 (patch)
treeac0ef7ce9739974000b23b25fd5f2b0d5bceb28a /src/sources/nvidiathermalsrc.h
parentcd351edc4be16f514965b8711c770c5a73510a64 (diff)
downloadkima-71a415575f54e35e4fef7eb3bd7efc1a4c796532.tar.gz
kima-71a415575f54e35e4fef7eb3bd7efc1a4c796532.zip
Use TDEProcIO classHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/sources/nvidiathermalsrc.h')
-rw-r--r--src/sources/nvidiathermalsrc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sources/nvidiathermalsrc.h b/src/sources/nvidiathermalsrc.h
index 318c157..16be15c 100644
--- a/src/sources/nvidiathermalsrc.h
+++ b/src/sources/nvidiathermalsrc.h
@@ -26,7 +26,7 @@
#include <list>
#include <tqtimer.h>
-class KProcIO;
+class TDEProcIO;
/**
* NVidiaThermalSrc calls nvidia-settings to fetch the thermal values of the GPU
* @author Ken Werner
@@ -69,7 +69,7 @@ private:
* the evaluateStdout slot.
*/
void createProcess();
- KProcIO* mProcess;
+ TDEProcIO* mProcess;
#else
unsigned int mAttrib;
#endif