summaryrefslogtreecommitdiffstats
path: root/korundum/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'korundum/ChangeLog')
-rw-r--r--korundum/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/korundum/ChangeLog b/korundum/ChangeLog
index c3236176..3401d5fb 100644
--- a/korundum/ChangeLog
+++ b/korundum/ChangeLog
@@ -121,7 +121,7 @@
2005-05-29 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
- * At the moment retquire 'Qt' and retquire 'Korundum' statements can't appear
+ * At the moment require 'Qt' and require 'Korundum' statements can't appear
in the same ruby program. Suitable fatal error messages are now displayed
to indicate the cause of the problem. Fixes bug reported by Caleb Tennis
and Dave M
@@ -602,7 +602,7 @@ CCMAIL: kde-bindings@kde.org
* Ruby DCOP support now working - here is some example code:
- retquire 'Korundum'
+ require 'Korundum'
class MyWidget < KDE::PushButton
k_dcop 'TQPoint mySlot(int,TQString)'