diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:31:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:31:43 -0600 |
commit | 24b85b785334e8436c975a4323fcbb75d61f6e72 (patch) | |
tree | 95703ced216baabc95ecb169839c6f302bbcc5af /kdejava/ChangeLog | |
parent | 5baaa6b5ff2b9d30279cf9e9658b9509fcdf884c (diff) | |
download | tdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.tar.gz tdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kdejava/ChangeLog')
-rw-r--r-- | kdejava/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdejava/ChangeLog b/kdejava/ChangeLog index dd1545e4..bf2a70f5 100644 --- a/kdejava/ChangeLog +++ b/kdejava/ChangeLog @@ -68,7 +68,7 @@ * Fixed/removed some compiler warnings from the generated code * Removed -lkjs, -lkscipt and -lkmid libs from the link options - * Removed KDockWindow, KLineEditDlg, KPrinter, KNamedCommand, KSocket and KRegExpr + * Removed KDockWindow, KLineEditDlg, KPrinter, KNamedCommand, TDESocket and KRegExpr classes * Added KInputDialog, KExtendedSocket, KBufferedIO, KAsyncIO, KDirLister, RenameDlg, AuthInfo and Observer classes @@ -125,7 +125,7 @@ * Changed KScribble event handler methods access type to protected * Re-added classes from kcolordialog.h - * Restored missing readEntry() and writeEntry() methods to KConfigBase + * Restored missing readEntry() and writeEntry() methods to TDEConfigBase * Methods in namespace derived classes KIO and KStdAction made static again 2002-11-18 Richard Dale <duke@tipitina.demon.co.uk> @@ -206,7 +206,7 @@ 2002-02-19 Richard Dale <duke@tipitina.demon.co.uk> * Fixed incorrect classname strings in KHTMLPart event handler callbacks 2002-02-13 Richard Dale <duke@tipitina.demon.co.uk> - * KConfigBase - Fixed readListEntry(), writeListEntry() methods. + * TDEConfigBase - Fixed readListEntry(), writeListEntry() methods. * Functions in KIconLoader, such as BarIcon(), converted to java static methods. * KAccel - Fixed java slot connections |