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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/KFileItem.java b/kdejava/koala/org/kde/koala/KFileItem.java
index e31e4d72..5326f280 100644
--- a/kdejava/koala/org/kde/koala/KFileItem.java
+++ b/kdejava/koala/org/kde/koala/KFileItem.java
@@ -8,7 +8,7 @@ import org.kde.qt.TQPixmap;
/**
A KFileItem is a generic class to handle a file, local or remote.
- In particular, it makes it easier to handle the result of KIO.listDir
+ In particular, it makes it easier to handle the result of TDEIO.listDir
(UDSEntry isn't very friendly to use).
It includes many file attributes such as mimetype, icon, text, mode, link...
@short A KFileItem is a generic class to handle a file, local or remote.
@@ -28,7 +28,7 @@ public class KFileItem implements QtSupport {
/**
Creates an item representing a file, from a UDSEntry.
- This is the preferred constructor when using KIO.listDir().
+ This is the preferred constructor when using TDEIO.listDir().
@param _entry the KIO entry used to get the file, contains info about it
@param _url the file url
@param _determineMimeTypeOnDemand specifies if the mimetype of the given