summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/kdirlister.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/kdirlister.h')
-rw-r--r--tdeio/tdeio/kdirlister.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tdeio/kdirlister.h b/tdeio/tdeio/kdirlister.h
index bc1acbb39..a48709b19 100644
--- a/tdeio/tdeio/kdirlister.h
+++ b/tdeio/tdeio/kdirlister.h
@@ -32,7 +32,7 @@
namespace TDEIO { class Job; class LocalURLJob; class ListJob; }
/**
- * The dir lister deals with the kiojob used to list and update a directory
+ * The dir lister deals with the tdeiojob used to list and update a directory
* and has signals for the user of this class (e.g. konqueror view or
* kdesktop) to create/destroy its items when asked.
*
@@ -49,7 +49,7 @@ namespace TDEIO { class Job; class LocalURLJob; class ListJob; }
* Advanced usage : call openURL with _keep = true to list directories
* without forgetting the ones previously read (e.g. for a tree view)
*
- * @short Helper class for the kiojob used to list and update a directory.
+ * @short Helper class for the tdeiojob used to list and update a directory.
* @author Michael Brade <brade@kde.org>
*/
class TDEIO_EXPORT KDirLister : public TQObject