summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/SlaveBase.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:53 -0600
commit545706afdcf29b8f584e78275452cca715e284db (patch)
treefdbfaa34f2d633372ba4ab3e46d22cf10f38b40b /kdejava/koala/org/kde/koala/SlaveBase.java
parent9d4971a2ffb5be9c6fc1b6d6bc74020c37fb2169 (diff)
downloadtdebindings-545706afdcf29b8f584e78275452cca715e284db.tar.gz
tdebindings-545706afdcf29b8f584e78275452cca715e284db.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
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