From 678d79bf174f51b28ceb8dd0450d08bc7b99e194 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 9 Feb 2013 12:04:23 -0600 Subject: Fix FTBFS --- kdejava/ChangeLog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdejava/ChangeLog') 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 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 @@ -151,9 +151,9 @@ * Added new ioslave classes to Makefile.am's 2002-03-22 Richard Dale * 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 * KCharSelectTest.java test app from KJP added. @@ -266,7 +266,7 @@ 2001-07-29 Richard Dale