summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/Job.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/Job.java')
-rw-r--r--kdejava/koala/org/kde/koala/Job.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdejava/koala/org/kde/koala/Job.java b/kdejava/koala/org/kde/koala/Job.java
index c0b4a0c5..1336702c 100644
--- a/kdejava/koala/org/kde/koala/Job.java
+++ b/kdejava/koala/org/kde/koala/Job.java
@@ -36,14 +36,14 @@ public class Job extends TQObject {
/**
Abort this job.
This kills all subjobs and deletes the job.
- @param tquietly if false, Job will emit signal result
+ @param quietly if false, Job will emit signal result
and ask tdeio_uiserver to close the progress window.
- <code>tquietly</code> is set to true for subjobs. Whether applications
+ <code>quietly</code> is set to true for subjobs. Whether applications
should call with true or false depends on whether they rely
on result being emitted or not.
@short Abort this job.
*/
- public native void kill(boolean tquietly);
+ public native void kill(boolean quietly);
public native void kill();
/**
Returns the error code, if there has been an error.