diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:52:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:52:27 -0600 |
commit | b440a9c608596cd88efdb3bfa4661c5e37efbe4b (patch) | |
tree | 83fe0c80cbb2bbcfefac383520869fe3a64e88f1 /kmobile/kmobile.cpp | |
parent | 6dea9442526e5ebacf313ad387c7dff4b87a53bf (diff) | |
download | tdepim-b440a9c608596cd88efdb3bfa4661c5e37efbe4b.tar.gz tdepim-b440a9c608596cd88efdb3bfa4661c5e37efbe4b.zip |
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'kmobile/kmobile.cpp')
-rw-r--r-- | kmobile/kmobile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |