summaryrefslogtreecommitdiffstats
path: root/src/hardware_cpu.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:45 -0600
commit8874c8d8f787c27407de71f05419febfd83a1024 (patch)
tree2265516f2fdc044a5565e83110a37677382bafa3 /src/hardware_cpu.cpp
parent384d177b84c97b0fa7d9577116b692252a270d4f (diff)
downloadtdepowersave-8874c8d8f787c27407de71f05419febfd83a1024.tar.gz
tdepowersave-8874c8d8f787c27407de71f05419febfd83a1024.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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 69f43d8..618af0a 100644
--- a/src/hardware_cpu.cpp
+++ b/src/hardware_cpu.cpp
@@ -47,7 +47,7 @@ CPUInfo::CPUInfo() {
update_info_cpufreq_speed_changed = true;
numOfCPUs = -1;
- m_hwdevices = KGlobal::hardwareDevices();
+ m_hwdevices = TDEGlobal::hardwareDevices();
kdDebugFuncOut(trace);
}