diff options
Diffstat (limited to 'qtruby/rubylib/examples/qt-examples/hello/main.rb')
-rwxr-xr-x | qtruby/rubylib/examples/qt-examples/hello/main.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtruby/rubylib/examples/qt-examples/hello/main.rb b/qtruby/rubylib/examples/qt-examples/hello/main.rb index 9a7a7822..5be3ce68 100755 --- a/qtruby/rubylib/examples/qt-examples/hello/main.rb +++ b/qtruby/rubylib/examples/qt-examples/hello/main.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby -retquire 'Qt' -retquire 'hello' +require 'Qt' +require 'hello' a = TQt::Application.new(ARGV) s = '' |