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 /korundum/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 'korundum/ChangeLog')
-rw-r--r-- | korundum/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korundum/ChangeLog b/korundum/ChangeLog index 701ec0a6..7a715f39 100644 --- a/korundum/ChangeLog +++ b/korundum/ChangeLog @@ -110,7 +110,7 @@ 2005-09-26 Richard Dale <Richard_Dale@tipitina.demon.co.uk> * Removed get and set methods for accessing fields on the structs - KIO::UDSAtom and KDE::ConfigSkeleton::MenuItem::Choice as + TDEIO::UDSAtom and KDE::ConfigSkeleton::MenuItem::Choice as they aren't needed any more now that accessor methods are generated in the Smoke library. @@ -145,8 +145,8 @@ 2005-02-01 Richard Dale <Richard_Dale@tipitina.demon.co.uk> - * Added marshallers for KIO::UDSEntry and KIO::UDSEntryList, and accessor methods for - fields in the KIO::UDSAtom struct. Fixes problem reported by Ian Monroe. + * Added marshallers for TDEIO::UDSEntry and TDEIO::UDSEntryList, and accessor methods for + fields in the TDEIO::UDSAtom struct. Fixes problem reported by Ian Monroe. 2005-01-27 Richard Dale <Richard_Dale@tipitina.demon.co.uk> @@ -173,7 +173,7 @@ 2005-01-20 Richard Dale <Richard_Dale@tipitina.demon.co.uk> * Tidied up the rbkconfig_compiler code - * Added marshaller for KConfigSkeleton::ItemEnum::Choice lists to and from ruby Arrays, + * Added marshaller for TDEConfigSkeleton::ItemEnum::Choice lists to and from ruby Arrays, and accessor methods for the Item::Enum::Choice struct. 2005-01-18 Richard Dale <Richard_Dale@tipitina.demon.co.uk> |