summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/Slave.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/Slave.java')
-rw-r--r--kdejava/koala/org/kde/koala/Slave.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdejava/koala/org/kde/koala/Slave.java b/kdejava/koala/org/kde/koala/Slave.java
index f576294b..5d57bcab 100644
--- a/kdejava/koala/org/kde/koala/Slave.java
+++ b/kdejava/koala/org/kde/koala/Slave.java
@@ -6,11 +6,11 @@ import org.kde.qt.TQMetaObject;
import org.kde.qt.QtSupport;
/**
- Attention developers: If you change the implementation of KIO.Slave,
- do not use connection() or slaveconn but the respective KIO.Slave
+ Attention developers: If you change the implementation of TDEIO.Slave,
+ do not use connection() or slaveconn but the respective TDEIO.Slave
accessor methods. Otherwise classes derived from Slave might break. (LS)
See {@link SlaveSignals} for signals emitted by Slave
- @short Attention developers: If you change the implementation of KIO.Slave, do not use connection() or slaveconn but the respective KIO.Slave accessor methods.
+ @short Attention developers: If you change the implementation of TDEIO.Slave, do not use connection() or slaveconn but the respective TDEIO.Slave accessor methods.
*/
public class Slave extends SlaveInterface {