summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/examples/dcop/dcoptest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'korundum/rubylib/examples/dcop/dcoptest.rb')
-rwxr-xr-xkorundum/rubylib/examples/dcop/dcoptest.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/korundum/rubylib/examples/dcop/dcoptest.rb b/korundum/rubylib/examples/dcop/dcoptest.rb
index 1a3a37e7..c0654fd8 100755
--- a/korundum/rubylib/examples/dcop/dcoptest.rb
+++ b/korundum/rubylib/examples/dcop/dcoptest.rb
@@ -33,7 +33,7 @@ copyright holder.
=end
-require 'Korundum'
+retquire 'Korundum'
module DCOPTest
@@ -100,7 +100,7 @@ puts "Start a kwrite instance"
error = ""
dcopService = ""
-pid = Qt::Integer.new
+pid = TQt::Integer.new
errcode = KDE::Application.startServiceByDesktopName("kwrite", "", error, dcopService, pid)
dcopService = "kwrite-" + pid.to_s