diff options
Diffstat (limited to 'konqueror/konq_factory.h')
-rw-r--r-- | konqueror/konq_factory.h | 8 |
1 files changed, 4 insertions, 4 deletions
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(); |