summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KServiceTypeProfile.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KServiceTypeProfile.java')
-rw-r--r--kdejava/koala/org/kde/koala/KServiceTypeProfile.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdejava/koala/org/kde/koala/KServiceTypeProfile.java b/kdejava/koala/org/kde/koala/KServiceTypeProfile.java
index eb6b4da4..f028a374 100644
--- a/kdejava/koala/org/kde/koala/KServiceTypeProfile.java
+++ b/kdejava/koala/org/kde/koala/KServiceTypeProfile.java
@@ -10,13 +10,13 @@ import org.kde.qt.QtSupport;
of a service type.
It consists of a list of services (service offers) for the service type
that is sorted by the user's preference.
- KTrader uses KServiceTypeProfile to sort its results, so usually
- you can just use KTrader to find the user's preferred service.
+ TDETrader uses KServiceTypeProfile to sort its results, so usually
+ you can just use TDETrader to find the user's preferred service.
@short Represents the user's preferences for services of a service type.
@see KService
@see KServiceType
@see KServiceOffer
- @see KTrader
+ @see TDETrader
*/
public class KServiceTypeProfile implements QtSupport {
@@ -57,11 +57,11 @@ public class KServiceTypeProfile implements QtSupport {
public static native KServiceTypeProfile serviceTypeProfile(String servicetype);
/**
Returns the offers associated with a given servicetype, sorted by preference.
- This is what KTrader uses to get the list of offers, before applying the
+ This is what TDETrader uses to get the list of offers, before applying the
constraints and preferences.
If <code>genericServiceType</code> is specified, a list is returned with
the offers associated with the combination of the two service types.
- This is almost like an "foo in ServiceTypes" constraint in the KTrader,
+ This is almost like an "foo in ServiceTypes" constraint in the TDETrader,
but the difference is that to order the offers, we will look at entries
specifically for those two service types. Typically, this is used for
getting the list of embeddable components that can handle a given mimetype.