summaryrefslogtreecommitdiffstats
path: root/ark/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ark/ChangeLog')
-rw-r--r--ark/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ark/ChangeLog b/ark/ChangeLog
index bca2e19..394ec6c 100644
--- a/ark/ChangeLog
+++ b/ark/ChangeLog
@@ -173,8 +173,8 @@
changes will be lost.)
2000-03-06: Emily Ezust <emilye@corel.com>
- * Got rid of KProcess data member in Arch - no need for it with the
- new way that KProcess does its work: we are always passing it
+ * Got rid of TDEProcess data member in Arch - no need for it with the
+ new way that TDEProcess does its work: we are always passing it
around to the functions that need it. This way we won't get
confused when there are more than one processes happening.
* Made tar more asynchronous, redid the temp file creation & updating.
@@ -199,7 +199,7 @@
2000-02-22: Emily Ezust <emilye@corel.com>
* More work on the abstract base class for archives - moved lots of
- slots dealing with the KProcess from zip.cpp to arch.cpp
+ slots dealing with the TDEProcess from zip.cpp to arch.cpp
* Some work on tar. Doesn't work yet.
2000-02-16: Emily Ezust <emilye@corel.com>