summaryrefslogtreecommitdiffstats
path: root/src/hardware_battery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_battery.cpp')
-rw-r--r--src/hardware_battery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware_battery.cpp b/src/hardware_battery.cpp
index 2ade257..ac18b52 100644
--- a/src/hardware_battery.cpp
+++ b/src/hardware_battery.cpp
@@ -65,7 +65,7 @@ Battery::Battery( TQString _udi ) {
if (trace) kdDebug() << funcinfo << "IN , udi: " << udi << endl;
m_hwdevices = TDEGlobal::hardwareDevices();
- m_hwdevices->setTriggerlessHardwareUpdatesEnabled(true);
+ m_hwdevices->setBatteryUpdatesEnabled(true);
udi = _udi;