diff options
author | Michele Calgaro <[email protected]> | 2024-12-15 22:24:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-15 22:24:49 +0900 |
commit | 71a415575f54e35e4fef7eb3bd7efc1a4c796532 (patch) | |
tree | ac0ef7ce9739974000b23b25fd5f2b0d5bceb28a /src/sources/nvidiathermalsrc.h | |
parent | cd351edc4be16f514965b8711c770c5a73510a64 (diff) | |
download | kima-71a415575f54e35e4fef7eb3bd7efc1a4c796532.tar.gz kima-71a415575f54e35e4fef7eb3bd7efc1a4c796532.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/sources/nvidiathermalsrc.h')
-rw-r--r-- | src/sources/nvidiathermalsrc.h | 4 |
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 |