summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KURLCompletion.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KURLCompletion.java')
-rw-r--r--kdejava/koala/org/kde/koala/KURLCompletion.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdejava/koala/org/kde/koala/KURLCompletion.java b/kdejava/koala/org/kde/koala/KURLCompletion.java
index db4f2632..aa470c48 100644
--- a/kdejava/koala/org/kde/koala/KURLCompletion.java
+++ b/kdejava/koala/org/kde/koala/KURLCompletion.java
@@ -9,7 +9,7 @@ import org.kde.qt.TQCustomEvent;
/**
This class does completion of URLs including user directories (~user)
- and environment variables. Remote URLs are passed to KIO.
+ and environment variables. Remote URLs are passed to TDEIO.
@author David Smith <dsmith@algonet.se>
@short Completion of a single URL.
@@ -26,7 +26,7 @@ public class KURLCompletion extends TDECompletion {
<li>
FileCompletion - all files with full path or in dir(), URLs
- are listed using KIO.
+ are listed using TDEIO.
</li>
<li>
@@ -61,7 +61,7 @@ public class KURLCompletion extends TDECompletion {
private native void newKURLCompletion(int arg1);
/**
Finds completions to the given text.
- Remote URLs are listed with KIO. For performance reasons, local files
+ Remote URLs are listed with TDEIO. For performance reasons, local files
are listed with KIO only if KURLCOMPLETION_LOCAL_KIO is set.
The completion is done asyncronously if KIO is used.
Returns the first match for user, environment, and local dir completion