diff options
Diffstat (limited to 'src/hardware_battery.cpp')
-rw-r--r-- | src/hardware_battery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware_battery.cpp b/src/hardware_battery.cpp index 21dc5c9..6011b72 100644 --- a/src/hardware_battery.cpp +++ b/src/hardware_battery.cpp @@ -64,7 +64,7 @@ Battery::Battery( TQString _udi ) { if (trace) kdDebug() << funcinfo << "IN , udi: " << udi << endl; - m_hwdevices = KGlobal::hardwareDevices(); + m_hwdevices = TDEGlobal::hardwareDevices(); udi = _udi; |