summaryrefslogtreecommitdiffstats
path: root/qtruby/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/ChangeLog')
-rw-r--r--qtruby/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/ChangeLog b/qtruby/ChangeLog
index 5fc85f2f..1e44544e 100644
--- a/qtruby/ChangeLog
+++ b/qtruby/ChangeLog
@@ -19,7 +19,7 @@
v = TQt::Variant.new([1, 2, 3])
The TQt::Variant v will contain a list of 3 TQVariants with typeName 'int'
- * Change all instances of strcmp() to qstrcmp()
+ * Change all instances of strcmp() to tqstrcmp()
2006-11-20 Richard Dale <rdale@foton.es>