summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KRun.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KRun.java')
-rw-r--r--kdejava/koala/org/kde/koala/KRun.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/KRun.java b/kdejava/koala/org/kde/koala/KRun.java
index cff760be..3974b58d 100644
--- a/kdejava/koala/org/kde/koala/KRun.java
+++ b/kdejava/koala/org/kde/koala/KRun.java
@@ -41,7 +41,7 @@ public class KRun extends TQObject {
not. This flag is just used to improve speed, since the
function KURL.isLocalFile is a bit slow.
@param showProgressInfo Whether to show progress information when determining the
- type of the file (i.e. when using KIO.stat and KIO.mimetype)
+ type of the file (i.e. when using TDEIO.stat and TDEIO.mimetype)
Before you set this to false to avoid a dialog box, think about
a very slow FTP server...
It is always better to provide progress info in such cases.
@@ -80,7 +80,7 @@ public class KRun extends TQObject {
not. This flag is just used to improve speed, since the
function KURL.isLocalFile is a bit slow.
@param showProgressInfo Whether to show progress information when determining the
- type of the file (i.e. when using KIO.stat and KIO.mimetype)
+ type of the file (i.e. when using TDEIO.stat and TDEIO.mimetype)
Before you set this to false to avoid a dialog box, think about
a very slow FTP server...
It is always better to provide progress info in such cases.