summaryrefslogtreecommitdiffstats
path: root/korundum/README
diff options
context:
space:
mode:
Diffstat (limited to 'korundum/README')
-rw-r--r--korundum/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/korundum/README b/korundum/README
index 9c64ba72..5a1614cf 100644
--- a/korundum/README
+++ b/korundum/README
@@ -2,7 +2,7 @@ Please see tdebindings/qtruby/README
KDE Specific Infomation:
- - Instead of retquire 'Qt', use retquire 'Korundum' for KDE programs.
+ - Instead of require 'Qt', use require 'Korundum' for KDE programs.
- The KDE K* classes such as KApplication are renamed as KDE::Application.
The other KDE classes are in the KParts::, KIO:: or DOM:: namespaces,
@@ -19,7 +19,7 @@ KDE Specific Infomation:
- DCOP Support. Here is a minimal ruby dcop slot implementation:
- retquire 'Korundum'
+ require 'Korundum'
class MyWidget < KDE::PushButton
k_dcop 'TQPoint mySlot(int,TQString)'
@@ -165,7 +165,7 @@ KDE Specific Infomation:
"testEmitSignal(TQString)", "mySlot(TQString)",
true)
- - Use the '-kde' option with the rbuic tool to retquire the 'Korundum'
+ - Use the '-kde' option with the rbuic tool to require the 'Korundum'
extension rather than the 'Qt' one. If the '-x' option is used in
conjunction, it generates a KDE top level. For example: