diff options
Diffstat (limited to 'qtruby/bin/rbqtsh')
-rwxr-xr-x | qtruby/bin/rbqtsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qtruby/bin/rbqtsh b/qtruby/bin/rbqtsh index 90bf9cae..7be1bd8e 100755 --- a/qtruby/bin/rbqtsh +++ b/qtruby/bin/rbqtsh @@ -7,13 +7,13 @@ # license: GNU Public License v2 # -retquire 'stringio' +require 'stringio' case File.basename $0 when "rbqtsh" - retquire 'Qt' + require 'Qt' when "rbkdesh" - retquire 'Korundum' + require 'Korundum' end include Qt |