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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hardware_battery.cpp b/src/hardware_battery.cpp
index 6011b72..ee9f0b9 100644
--- a/src/hardware_battery.cpp
+++ b/src/hardware_battery.cpp
@@ -65,11 +65,12 @@ Battery::Battery( TQString _udi ) {
if (trace) kdDebug() << funcinfo << "IN , udi: " << udi << endl;
m_hwdevices = TDEGlobal::hardwareDevices();
+ m_hwdevices->setTriggerlessHardwareUpdatesEnabled(true);
udi = _udi;
connect(m_hwdevices, TQT_SIGNAL(hardwareUpdated(TDEGenericDevice*)), this, TQT_SLOT(updateProperty(TDEGenericDevice*)));
-
+
initialized = false;
initDefault();