summaryrefslogtreecommitdiffstats
path: root/src/sources/nvidiathermalsrc.h
diff options
context:
space:
mode:
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