summaryrefslogtreecommitdiffstats
path: root/qtruby/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/ChangeLog')
-rw-r--r--qtruby/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtruby/ChangeLog b/qtruby/ChangeLog
index 2c5b3013..1b276ab5 100644
--- a/qtruby/ChangeLog
+++ b/qtruby/ChangeLog
@@ -493,7 +493,7 @@
2005-01-27 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
- * Made some changes to get code generated by the rbkconfig_compiler
+ * Made some changes to get code generated by the rbtdeconfig_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 TDEConfigSkeleton takes
@@ -510,7 +510,7 @@
* rbuic was giving widgets names containing a '@' to match the ruby instance variable
name. However, this doesn't work with KDE::ConfigDialog which expects the names to
- match the ones generated in a KDE::ConfigSkeleton by rbkconfig_compiler so '@' is no
+ match the ones generated in a KDE::ConfigSkeleton by rbtdeconfig_compiler so '@' is no
longer added.
2005-01-20 Richard Dale <Richard_Dale@tipitina.demon.co.uk>