From b440a9c608596cd88efdb3bfa4661c5e37efbe4b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 10:52:27 -0600 Subject: Rename KLock and KTrader to avoid conflicts with KDE4 --- kmobile/kmobile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmobile/kmobile.cpp') diff --git a/kmobile/kmobile.cpp b/kmobile/kmobile.cpp index 3e2663b5a..48d8d2983 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; -- cgit v1.2.1