diff options
Diffstat (limited to 'src/profileengine/lib/profileengine.h')
-rw-r--r-- | src/profileengine/lib/profileengine.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/profileengine/lib/profileengine.h b/src/profileengine/lib/profileengine.h index eb32a8fa..4ea93bdf 100644 --- a/src/profileengine/lib/profileengine.h +++ b/src/profileengine/lib/profileengine.h @@ -100,9 +100,9 @@ public: }; /**@return The list of plugin offers for given profile and type.*/ - KTrader::OfferList offers(const TQString &profileName, OfferType offerType); + TDETrader::OfferList offers(const TQString &profileName, OfferType offerType); /**@return The list of all plugin offers for given type.*/ - KTrader::OfferList allOffers(OfferType offerType); + TDETrader::OfferList allOffers(OfferType offerType); /**@return The list of URLs to the resources (files) with given @p extension. @param profileName A name of a profile to find resources in. @@ -135,7 +135,7 @@ public: @note Resulting lists are not cleared. Pass only clean lists in the common case.*/ void diffProfiles(OfferType offerType, const TQString &profile1, const TQString &profile2, - TQStringList &unload, KTrader::OfferList &load); + TQStringList &unload, TDETrader::OfferList &load); /**@return The root profile. Root profile is always named "KDevelop" and it defines an empty list of plugins. Applications built on KDevelop platform |