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.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.cpp')
-rw-r--r-- | src/hardware.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware.cpp b/src/hardware.cpp index f0996fd..10cd4b6 100644 --- a/src/hardware.cpp +++ b/src/hardware.cpp @@ -53,7 +53,7 @@ HardwareInfo::HardwareInfo() { sessionIsActive = true; // assume as first we are active // initialize connection to the TDE hardware library - m_hwdevices = KGlobal::hardwareDevices(); + m_hwdevices = TDEGlobal::hardwareDevices(); connect(m_hwdevices, TQT_SIGNAL(hardwareUpdated(TDEGenericDevice*)), this, TQT_SLOT(processHardwareChangedEvent(TDEGenericDevice*))); connect(m_hwdevices, TQT_SIGNAL(eventDeviceKeyPressed(unsigned int, TDEEventDevice*)), this, TQT_SLOT(processKeyPressEvent(unsigned int, TDEEventDevice*))); |