summaryrefslogtreecommitdiffstats
path: root/ksayit
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:48:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:48:30 -0600
commit722a076e84b860a947f4c68417db82526b03b1a1 (patch)
tree8ca2eba8079acf41f8f7809fbcdd597326c0a914 /ksayit
parent98259239efc400e2e736f065f6790567df818c2e (diff)
downloadtdeaccessibility-722a076e84b860a947f4c68417db82526b03b1a1.tar.gz
tdeaccessibility-722a076e84b860a947f4c68417db82526b03b1a1.zip
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'ksayit')
-rw-r--r--ksayit/src/fxpluginhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/src/fxpluginhandler.cpp b/ksayit/src/fxpluginhandler.cpp
index 55c87e7..c5a8b26 100644
--- a/ksayit/src/fxpluginhandler.cpp
+++ b/ksayit/src/fxpluginhandler.cpp
@@ -56,12 +56,12 @@ void FXPluginHandler::searchPlugins()
sRegistered.clear();
m_mapPluginList.clear();
- KTrader::OfferList offers = KTrader::self()->query("KSayIt/FXPlugin");
+ TDETrader::OfferList offers = TDETrader::self()->query("KSayIt/FXPlugin");
KLibFactory *factory = NULL;
TQString library = TQString();
TQString name = TQString();
- KTrader::OfferList::Iterator it=offers.begin();
+ TDETrader::OfferList::Iterator it=offers.begin();
for ( ;it!=offers.end(); ++it ){
KService::Ptr ptr = (*it);
library = ptr->library();