summaryrefslogtreecommitdiffstats
path: root/src/hardware_cpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_cpu.cpp')
-rw-r--r--src/hardware_cpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware_cpu.cpp b/src/hardware_cpu.cpp
index a47fa31..e87de1a 100644
--- a/src/hardware_cpu.cpp
+++ b/src/hardware_cpu.cpp
@@ -48,7 +48,7 @@ CPUInfo::CPUInfo() {
numOfCPUs = -1;
m_hwdevices = TDEGlobal::hardwareDevices();
- m_hwdevices->setTriggerlessHardwareUpdatesEnabled(true);
+ m_hwdevices->setBatteryUpdatesEnabled(true);
kdDebugFuncOut(trace);
}