summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/jobclasses.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/jobclasses.h')
-rw-r--r--tdeio/tdeio/jobclasses.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeio/tdeio/jobclasses.h b/tdeio/tdeio/jobclasses.h
index cae22e8c5..75eb44e39 100644
--- a/tdeio/tdeio/jobclasses.h
+++ b/tdeio/tdeio/jobclasses.h
@@ -37,7 +37,7 @@
class Observer;
class TQTimer;
-#define KIO_COPYJOB_HAS_SETINTERACTIVE // new in 3.4. Used by tdeio_trash.
+#define TDEIO_COPYJOB_HAS_SETINTERACTIVE // new in 3.4. Used by tdeio_trash.
namespace TDEIO {
@@ -682,7 +682,7 @@ namespace TDEIO {
};
/**
- * A KIO job that retrieves information about a file or directory.
+ * A TDEIO job that retrieves information about a file or directory.
* @see TDEIO::stat()
*/
class TDEIO_EXPORT StatJob : public SimpleJob {
@@ -773,7 +773,7 @@ namespace TDEIO {
};
/**
- * A KIO job that creates a directory
+ * A TDEIO job that creates a directory
* @see TDEIO::mkdir()
* @since 3.3
*/
@@ -1859,7 +1859,7 @@ namespace TDEIO {
};
/**
- * A KIO job that finds a local URL
+ * A TDEIO job that finds a local URL
* @see TDEIO::localURL()
* @since R14.0.0
*/