summaryrefslogtreecommitdiffstats
path: root/src/hardware.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware.cpp')
-rw-r--r--src/hardware.cpp2
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*)));