summaryrefslogtreecommitdiffstats
path: root/qtruby
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby')
-rwxr-xr-xqtruby/bin/rbqtapi2
-rwxr-xr-xqtruby/bin/rbqtsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/qtruby/bin/rbqtapi b/qtruby/bin/rbqtapi
index 9598c9ba..fa6a980d 100755
--- a/qtruby/bin/rbqtapi
+++ b/qtruby/bin/rbqtapi
@@ -9,7 +9,7 @@ getopts('r:hvimp')
case File.basename $0
when "rbqtapi"
require 'Qt'
-when "rbkdeapi"
+when "rbtdeapi"
require 'Korundum'
end
diff --git a/qtruby/bin/rbqtsh b/qtruby/bin/rbqtsh
index 7be1bd8e..ee3a8d4f 100755
--- a/qtruby/bin/rbqtsh
+++ b/qtruby/bin/rbqtsh
@@ -12,7 +12,7 @@ require 'stringio'
case File.basename $0
when "rbqtsh"
require 'Qt'
-when "rbkdesh"
+when "rbtdesh"
require 'Korundum'
end