diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-08 16:06:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-08 16:06:53 -0600 |
commit | a3c2194df529034bd2e1be44f969619bf6d2f162 (patch) | |
tree | 22bfa4c3513bcaa6f33472494f72f1ca060af0cc /kdejava/koala/org/kde/koala/KFileItem.java | |
parent | 60b0254722703ce6c4e4a8742abbd4c041447c6d (diff) | |
download | tdebindings-a3c2194df529034bd2e1be44f969619bf6d2f162.tar.gz tdebindings-a3c2194df529034bd2e1be44f969619bf6d2f162.zip |
Fix references to KIO
Diffstat (limited to 'kdejava/koala/org/kde/koala/KFileItem.java')
-rw-r--r-- | kdejava/koala/org/kde/koala/KFileItem.java | 4 |
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 |