summaryrefslogtreecommitdiffstats
path: root/src/hardware_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_cpu.h')
-rw-r--r--src/hardware_cpu.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/hardware_cpu.h b/src/hardware_cpu.h
index 0c41237..705b90b 100644
--- a/src/hardware_cpu.h
+++ b/src/hardware_cpu.h
@@ -39,16 +39,17 @@
#endif
// QT Headers
-#include <qstring.h>
-#include <qobject.h>
-#include <qvaluelist.h>
+#include <tqstring.h>
+#include <tqobject.h>
+#include <tqvaluelist.h>
// own headers
#include "kpowersave_debug.h"
-class CPUInfo : public QObject{
+class CPUInfo : public TQObject{
Q_OBJECT
+ TQ_OBJECT
private:
@@ -63,21 +64,21 @@ public:
* This interge value represent the current throttling step of the CPU in percent
* \li a value >= 0 in %
*/
- QValueList <int> cpu_throttling;
+ TQValueList <int> cpu_throttling;
//! represent the current CPU speeds
/*!
* This integer value represent the current speed/frequency of the CPUs in Mhz
* \li a value > 0 in Mhz
*/
- QValueList <int> cpufreq_speed;
+ TQValueList <int> cpufreq_speed;
//! represent the max. CPU speeds
/*!
* This integer value represent the max speed/frequency of the CPUs in Mhz
* \li a value > 0 in Mhz
*/
- QValueList <int> cpufreq_max_speed;
+ TQValueList <int> cpufreq_max_speed;
//! if the machine support change CPU Freq in general
/*!