diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:50:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:50:20 -0600 |
commit | aef5eada7f51ee48f3d21448db290bd8f06953a8 (patch) | |
tree | 9d6e7572ebcc27e402501d6966f9b46361a1702c /ark/ChangeLog | |
parent | 95d05392f9bc01594738a1e06ebf23123b3d3e6e (diff) | |
download | tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.tar.gz tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'ark/ChangeLog')
-rw-r--r-- | ark/ChangeLog | 6 |
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 <[email protected]> - * 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 <[email protected]> * 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 <[email protected]> |