diff options
Diffstat (limited to 'qtruby/bin')
-rwxr-xr-x | qtruby/bin/rbqtapi | 2 | ||||
-rwxr-xr-x | qtruby/bin/rbqtsh | 2 |
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 |