summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/Slave.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/Slave.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/Slave.java')
-rw-r--r--kdejava/koala/org/kde/koala/Slave.java22
1 files changed, 11 insertions, 11 deletions
diff --git a/kdejava/koala/org/kde/koala/Slave.java b/kdejava/koala/org/kde/koala/Slave.java
index 1da49223..f576294b 100644
--- a/kdejava/koala/org/kde/koala/Slave.java
+++ b/kdejava/koala/org/kde/koala/Slave.java
@@ -96,33 +96,33 @@ public class Slave extends SlaveInterface {
*/
public native String passwd();
/**
- Suspends the operation of the attached kioslave.
- @short Suspends the operation of the attached kioslave.
+ Suspends the operation of the attached tdeioslave.
+ @short Suspends the operation of the attached tdeioslave.
*/
public native void suspend();
/**
- Resumes the operation of the attached kioslave.
- @short Resumes the operation of the attached kioslave.
+ Resumes the operation of the attached tdeioslave.
+ @short Resumes the operation of the attached tdeioslave.
*/
public native void resume();
/**
- Tells wether the kioslave is suspended.
- @return true if the kioslave is suspended.
+ Tells wether the tdeioslave is suspended.
+ @return true if the tdeioslave is suspended.
- @short Tells wether the kioslave is suspended.
+ @short Tells wether the tdeioslave is suspended.
*/
public native boolean suspended();
/**
- Sends the given command to the kioslave.
+ Sends the given command to the tdeioslave.
@param cmd command id
@param data byte array containing data
- @short Sends the given command to the kioslave.
+ @short Sends the given command to the tdeioslave.
*/
public native void send(int cmd, byte[] data);
public native void send(int cmd);
/**
- Puts the kioslave associated with <code>url</code> at halt.
- @short Puts the kioslave associated with <code>url</code> at halt.
+ Puts the tdeioslave associated with <code>url</code> at halt.
+ @short Puts the tdeioslave associated with <code>url</code> at halt.
*/
public native void hold(KURL url);
/**