diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:02:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:02:53 -0600 |
commit | 545706afdcf29b8f584e78275452cca715e284db (patch) | |
tree | fdbfaa34f2d633372ba4ab3e46d22cf10f38b40b /kdejava/ChangeLog | |
parent | 9d4971a2ffb5be9c6fc1b6d6bc74020c37fb2169 (diff) | |
download | tdebindings-545706afdcf29b8f584e78275452cca715e284db.tar.gz tdebindings-545706afdcf29b8f584e78275452cca715e284db.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kdejava/ChangeLog')
-rw-r--r-- | kdejava/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/ChangeLog b/kdejava/ChangeLog index ce043d5b..1ec88c42 100644 --- a/kdejava/ChangeLog +++ b/kdejava/ChangeLog @@ -74,7 +74,7 @@ AuthInfo and Observer classes * Converted '\c' tags in comments to pairs <code> tags * Improved conversion of C++ code snippets to java - * Fixed bug in KIO Scheduler.connect(), and the example in test/kioslave now works + * Fixed bug in KIO Scheduler.connect(), and the example in test/tdeioslave now works correctly * Added some long long types, converted to java longs (both 64 bit) @@ -152,7 +152,7 @@ 2002-03-22 Richard Dale <duke@tipitina.demon.co.uk> * Added missing KMainWindow constructor * Added KIO slot/signal types for writing as well as reading. - * Added missing kioslave classes + * Added missing tdeioslave classes * Added new KIO classes Scheduler, KIO, ProgressBase and StatusbarProgress * Fixed various method linking problems 2002-03-19 Richard Dale <duke@tipitina.demon.co.uk> |