diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-08 16:06:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-08 16:06:53 -0600 |
commit | a3c2194df529034bd2e1be44f969619bf6d2f162 (patch) | |
tree | 22bfa4c3513bcaa6f33472494f72f1ca060af0cc /qtruby/ChangeLog | |
parent | 60b0254722703ce6c4e4a8742abbd4c041447c6d (diff) | |
download | tdebindings-a3c2194df529034bd2e1be44f969619bf6d2f162.tar.gz tdebindings-a3c2194df529034bd2e1be44f969619bf6d2f162.zip |
Fix references to KIO
Diffstat (limited to 'qtruby/ChangeLog')
-rw-r--r-- | qtruby/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/ChangeLog b/qtruby/ChangeLog index 1b276ab5..3c3f94bc 100644 --- a/qtruby/ChangeLog +++ b/qtruby/ChangeLog @@ -515,7 +515,7 @@ 2005-01-20 Richard Dale <Richard_Dale@tipitina.demon.co.uk> - * Fixed bug reported by Ian Monroe where the KIO.copy() method wasn't being found in + * Fixed bug reported by Ian Monroe where the TDEIO.copy() method wasn't being found in the Smoke runtime. Modules methods are now trapped with method_missing and despatched to call Smoke methods correctly * Added support for the KDE::ConfigSkeleton and subclasses. Constructors for nested |