summaryrefslogtreecommitdiffstats
path: root/kmobile/kmobile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmobile/kmobile.cpp')
-rw-r--r--kmobile/kmobile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmobile/kmobile.cpp b/kmobile/kmobile.cpp
index 3e2663b5..48d8d298 100644
--- a/kmobile/kmobile.cpp
+++ b/kmobile/kmobile.cpp
@@ -267,8 +267,8 @@ void KMobile::addDevice()
dialog->selectButton->connect( dialog->selectButton, TQT_SIGNAL(clicked()), dialog, TQT_SLOT(accept()) );
dialog->cancelButton->connect( dialog->cancelButton, TQT_SIGNAL(clicked()), dialog, TQT_SLOT(reject()) );
- KTrader::OfferList list = KMobileItem::getMobileDevicesList();
- KTrader::OfferListIterator it;
+ TDETrader::OfferList list = KMobileItem::getMobileDevicesList();
+ TDETrader::OfferListIterator it;
KService::Ptr ptr;
for ( it = list.begin(); it != list.end(); ++it ) {
ptr = *it;