From dc5f267664506a312203c26bfe9001a448b0bb0f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 10:49:49 -0600 Subject: Rename KLock and KTrader to avoid conflicts with KDE4 --- konqueror/konq_factory.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'konqueror/konq_factory.h') diff --git a/konqueror/konq_factory.h b/konqueror/konq_factory.h index d856dbfa6..5d771354e 100644 --- a/konqueror/konq_factory.h +++ b/konqueror/konq_factory.h @@ -69,13 +69,13 @@ public: static KonqViewFactory createView( const TQString &serviceType, const TQString &serviceName = TQString::null, KService::Ptr *serviceImpl = 0, - KTrader::OfferList *partServiceOffers = 0, - KTrader::OfferList *appServiceOffers = 0, + TDETrader::OfferList *partServiceOffers = 0, + TDETrader::OfferList *appServiceOffers = 0, bool forceAutoEmbed = false ); static void getOffers( const TQString & serviceType, - KTrader::OfferList *partServiceOffers = 0, - KTrader::OfferList *appServiceOffers = 0); + TDETrader::OfferList *partServiceOffers = 0, + TDETrader::OfferList *appServiceOffers = 0); static const TDEAboutData* aboutData(); -- cgit v1.2.1