diff options
Diffstat (limited to 'kdejava/ChangeLog')
-rw-r--r-- | kdejava/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdejava/ChangeLog b/kdejava/ChangeLog index 5e45582c..0f63dae0 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/tdeioslave now works + * Fixed bug in TDEIO Scheduler.connect(), and the example in test/tdeioslave now works correctly * Added some long long types, converted to java longs (both 64 bit) @@ -126,7 +126,7 @@ * Changed KScribble event handler methods access type to protected * Re-added classes from kcolordialog.h * Restored missing readEntry() and writeEntry() methods to TDEConfigBase - * Methods in namespace derived classes KIO and KStdAction made static again + * Methods in namespace derived classes TDEIO and KStdAction made static again 2002-11-18 Richard Dale <[email protected]> @@ -151,9 +151,9 @@ * Added new ioslave classes to Makefile.am's 2002-03-22 Richard Dale <[email protected]> * Added missing TDEMainWindow constructor - * Added KIO slot/signal types for writing as well as reading. + * Added TDEIO slot/signal types for writing as well as reading. * Added missing tdeioslave classes - * Added new KIO classes Scheduler, KIO, ProgressBase and StatusbarProgress + * Added new TDEIO classes Scheduler, KIO, ProgressBase and StatusbarProgress * Fixed various method linking problems 2002-03-19 Richard Dale <[email protected]> * KCharSelectTest.java test app from KJP added. @@ -266,7 +266,7 @@ 2001-07-29 Richard Dale <[email protected] * Added KTipDialog and KTipDatabase classes 2001-07-29 Richard Dale <[email protected] - * Added KIO slot/signal types + * Added TDEIO slot/signal types 2001-07-28 Richard Dale <[email protected] * kdoc source converter - fixed bugs in parsing default parameter values. Added Qt 3.0.0 datatype conversions. |