summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KFileItem.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KFileItem.java')
-rw-r--r--kdejava/koala/org/kde/koala/KFileItem.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdejava/koala/org/kde/koala/KFileItem.java b/kdejava/koala/org/kde/koala/KFileItem.java
index 5326f280..d3399d9a 100644
--- a/kdejava/koala/org/kde/koala/KFileItem.java
+++ b/kdejava/koala/org/kde/koala/KFileItem.java
@@ -29,7 +29,7 @@ public class KFileItem implements QtSupport {
/**
Creates an item representing a file, from a UDSEntry.
This is the preferred constructor when using TDEIO.listDir().
- @param _entry the KIO entry used to get the file, contains info about it
+ @param _entry the TDEIO entry used to get the file, contains info about it
@param _url the file url
@param _determineMimeTypeOnDemand specifies if the mimetype of the given
URL should be determined immediately or on demand
@@ -226,11 +226,11 @@ public class KFileItem implements QtSupport {
*/
public native String linkDest();
/**
- Returns the local path if isLocalFile() == true or the KIO item has
+ Returns the local path if isLocalFile() == true or the TDEIO item has
a UDS_LOCAL_PATH atom.
@return the item local path, or null if not known
- @short Returns the local path if isLocalFile() == true or the KIO item has a UDS_LOCAL_PATH atom.
+ @short Returns the local path if isLocalFile() == true or the TDEIO item has a UDS_LOCAL_PATH atom.
*/
public native String localPath();
/**