diff options
Diffstat (limited to 'src/hardware_cpu.h')
-rw-r--r-- | src/hardware_cpu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hardware_cpu.h b/src/hardware_cpu.h index 32254d9..7d9c94d 100644 --- a/src/hardware_cpu.h +++ b/src/hardware_cpu.h @@ -43,6 +43,9 @@ #include <tqobject.h> #include <tqvaluelist.h> +// TDE hardware library +#include <tdehardwaredevices.h> + // own headers #include "kpowersave_debug.h" @@ -57,6 +60,8 @@ private: /*! This contains the number of CPUs in the current system */ int numOfCPUs; + TDEHardwareDevices *m_hwdevices; + public: //! represent the current Throttling of the CPU |