diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:24:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:24:45 -0600 |
commit | 8874c8d8f787c27407de71f05419febfd83a1024 (patch) | |
tree | 2265516f2fdc044a5565e83110a37677382bafa3 /src/hardware_battery.cpp | |
parent | 384d177b84c97b0fa7d9577116b692252a270d4f (diff) | |
download | tdepowersave-8874c8d8f787c27407de71f05419febfd83a1024.tar.gz tdepowersave-8874c8d8f787c27407de71f05419febfd83a1024.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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; |