summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDCOPServiceStarter.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KDCOPServiceStarter.java')
-rw-r--r--kdejava/koala/org/kde/koala/KDCOPServiceStarter.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/kdejava/koala/org/kde/koala/KDCOPServiceStarter.java b/kdejava/koala/org/kde/koala/KDCOPServiceStarter.java
index c6dd539a..d03530af 100644
--- a/kdejava/koala/org/kde/koala/KDCOPServiceStarter.java
+++ b/kdejava/koala/org/kde/koala/KDCOPServiceStarter.java
@@ -6,12 +6,12 @@ import org.kde.qt.QtSupport;
/**
- A generic DCOP service starter, using KTrader.
+ A generic DCOP service starter, using TDETrader.
The default implementation starts new processes, but this interface can
also be reimplemented by specific applications to provide dlopened in-process DCOP objects.
@author David Faure <faure@kde.org>
- @short A generic DCOP service starter, using KTrader.
+ @short A generic DCOP service starter, using TDETrader.
*/
public class KDCOPServiceStarter implements QtSupport {
@@ -26,8 +26,8 @@ public class KDCOPServiceStarter implements QtSupport {
Then the DCOP server is checked. If the service is not available,
this method will call startServiceFor to start it.
@param serviceType the type of service we're looking for
- @param constraint see KTrader
- @param preferences see KTrader
+ @param constraint see TDETrader
+ @param preferences see TDETrader
@param error On failure, <code>error</code> contains a description of the error
that occurred. If the pointer is 0, the argument will be
ignored
@@ -48,13 +48,13 @@ public class KDCOPServiceStarter implements QtSupport {
/**
Find an implementation of the given <code>serviceType</code>,
and start it, to use its DCOP interface.
- The default implementation uses KTrader to find the preferred Application,
+ The default implementation uses TDETrader to find the preferred Application,
and then starts it using kapp.startService...
However applications (like kontact) can reimplement this method, to provide
an in-process way of loading the implementation for this service type.
@param serviceType the type of service we're looking for
- @param constraint see KTrader
- @param preferences see KTrader
+ @param constraint see TDETrader
+ @param preferences see TDETrader
@param error On failure, <code>error</code> contains a description of the error
that occurred. If the pointer is 0, the argument will be
ignored