summaryrefslogtreecommitdiffstats
path: root/amarok/src/devicemanager.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:53:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:53:00 -0600
commit0d44d32a5b8a9dff508eac81e27fb2d4d646e7ff (patch)
tree9a6e711c7eca7355c96bc420f75d14be7f8da0bd /amarok/src/devicemanager.cpp
parent6af316310b09b2b54606556f5ae0b7e96be845f9 (diff)
downloadamarok-0d44d32a5b8a9dff508eac81e27fb2d4d646e7ff.tar.gz
amarok-0d44d32a5b8a9dff508eac81e27fb2d4d646e7ff.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'amarok/src/devicemanager.cpp')
-rw-r--r--amarok/src/devicemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/devicemanager.cpp b/amarok/src/devicemanager.cpp
index 797688be..b6d40816 100644
--- a/amarok/src/devicemanager.cpp
+++ b/amarok/src/devicemanager.cpp
@@ -39,7 +39,7 @@ DeviceManager* DeviceManager::instance()
DeviceManager::DeviceManager()
{
DEBUG_BLOCK
- m_dc = KApplication::dcopClient();
+ m_dc = TDEApplication::dcopClient();
m_dc->setNotifications(true);
m_valid = false;