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 /qtruby/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 'qtruby/ChangeLog')
-rw-r--r-- | qtruby/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtruby/ChangeLog b/qtruby/ChangeLog index d94429ea..3e402418 100644 --- a/qtruby/ChangeLog +++ b/qtruby/ChangeLog @@ -496,7 +496,7 @@ * Made some changes to get code generated by the rbkconfig_compiler to work. When an argument is a non-const reference to a primitive type, or a TQString or TQStringList, then don't delete it after the - method call. This is because a class like KConfigSkeleton takes + method call. This is because a class like TDEConfigSkeleton takes references, and then 'stquirrels them away' - before the references were just pointing to junk on the stack. * The method 'isImmutable' is added to KDE::ConfigSkeletonItems @@ -1370,7 +1370,7 @@ 2003-10-09 Richard Dale <Richard_Dale@tipitina.demon.co.uk> - * Added KIO:: and KParts:: namespaces for the new classes in libsmokekde + * Added TDEIO:: and KParts:: namespaces for the new classes in libsmokekde 2003-10-08 Richard Dale <Richard_Dale@tipitina.demon.co.uk> |