summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/SlaveBase.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/SlaveBase.java')
-rw-r--r--kdejava/koala/org/kde/koala/SlaveBase.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdejava/koala/org/kde/koala/SlaveBase.java b/kdejava/koala/org/kde/koala/SlaveBase.java
index 9b1f96ea..0eb4012b 100644
--- a/kdejava/koala/org/kde/koala/SlaveBase.java
+++ b/kdejava/koala/org/kde/koala/SlaveBase.java
@@ -7,11 +7,11 @@ import org.kde.qt.QtSupport;
/**
There are two classes that specifies the protocol between application (job)
- and kioslave. SlaveInterface is the class to use on the application end,
+ and tdeioslave. SlaveInterface is the class to use on the application end,
SlaveBase is the one to use on the slave end.
Slave implementations should simply inherit SlaveBase
A call to foo() results in a call to slotFoo() on the other end.
- @short There are two classes that specifies the protocol between application (job) and kioslave.
+ @short There are two classes that specifies the protocol between application (job) and tdeioslave.
*/
public class SlaveBase implements QtSupport {
@@ -209,7 +209,7 @@ public class SlaveBase implements QtSupport {
Note: for ContinueCancel, buttonYes is the continue button and buttonNo is unused.
and for Information, none is used.
@param dontAskAgainName A checkbox is added with which further confirmation can be turned off.
- The string is used to lookup and store the setting in kioslaverc.
+ The string is used to lookup and store the setting in tdeioslaverc.
@return a button code, as defined in KMessageBox, or 0 on communication error.
@short Call this to show a message box from the slave