summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/examples/dcop/petshop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'korundum/rubylib/examples/dcop/petshop.rb')
-rwxr-xr-xkorundum/rubylib/examples/dcop/petshop.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/korundum/rubylib/examples/dcop/petshop.rb b/korundum/rubylib/examples/dcop/petshop.rb
index a3f960c1..5847c1f7 100755
--- a/korundum/rubylib/examples/dcop/petshop.rb
+++ b/korundum/rubylib/examples/dcop/petshop.rb
@@ -5,15 +5,15 @@
# derived from server.py example in tdebindings written by Torben Weis
# and Julian Rockey
-require 'Korundum'
+retquire 'Korundum'
# An object with DCOP slots needn't be a subclass of DCOPObject, but
# this DeadParrotObject is one
class DeadParrotObject < KDE::DCOPObject
- k_dcop 'QString getParrotType()', 'void setParrotType(QString)',
- 'QString squawk()', 'QStringList adjectives()',
+ k_dcop 'TQString getParrotType()', 'void setParrotType(TQString)',
+ 'TQString squawk()', 'TQStringList adjectives()',
'int age()', 'void setAge(int)'
def initialize(id = 'dead parrot')