From 722a076e84b860a947f4c68417db82526b03b1a1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 10:48:30 -0600 Subject: Rename KLock and KTrader to avoid conflicts with KDE4 --- ksayit/src/fxpluginhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksayit') 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(); -- cgit v1.2.1