summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/DefaultProgress.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/DefaultProgress.java')
-rw-r--r--kdejava/koala/org/kde/koala/DefaultProgress.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdejava/koala/org/kde/koala/DefaultProgress.java b/kdejava/koala/org/kde/koala/DefaultProgress.java
index 7ca67791..69e48afc 100644
--- a/kdejava/koala/org/kde/koala/DefaultProgress.java
+++ b/kdejava/koala/org/kde/koala/DefaultProgress.java
@@ -57,7 +57,7 @@ public class DefaultProgress extends ProgressBase {
public native void slotPercent(Job arg1, long percent);
/**
Called to set an information message.
- @param job the KIO.Job
+ @param job the TDEIO.Job
@param msg the message to set
@short Called to set an information message.
*/
@@ -67,7 +67,7 @@ public class DefaultProgress extends ProgressBase {
public native void slotDeleting(Job arg1, KURL url);
/**
Called when the job is transferring.
- @param job the KIO.Job
+ @param job the TDEIO.Job
@param url the url to transfer
@short Called when the job is transferring.
*/
@@ -75,14 +75,14 @@ public class DefaultProgress extends ProgressBase {
public native void slotCreatingDir(Job arg1, KURL dir);
/**
Called when the job is requesting a stat.
- @param job the KIO.Job
+ @param job the TDEIO.Job
@param dir the dir to stat
@short Called when the job is requesting a stat.
*/
public native void slotStating(Job arg1, KURL dir);
/**
Called when the job is mounting.
- @param job the KIO.Job
+ @param job the TDEIO.Job
@param dev the device to mount
@param point the mount point
@short Called when the job is mounting.
@@ -90,7 +90,7 @@ public class DefaultProgress extends ProgressBase {
public native void slotMounting(Job arg1, String dev, String point);
/**
Called when the job is unmounting.
- @param job the KIO.Job
+ @param job the TDEIO.Job
@param point the mount point
@short Called when the job is unmounting.
*/