diff options
Diffstat (limited to 'qtruby/rubylib/examples/qt-examples/forever/forever.rb')
-rwxr-xr-x | qtruby/rubylib/examples/qt-examples/forever/forever.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/examples/qt-examples/forever/forever.rb b/qtruby/rubylib/examples/qt-examples/forever/forever.rb index cde20f75..8cbf9754 100755 --- a/qtruby/rubylib/examples/qt-examples/forever/forever.rb +++ b/qtruby/rubylib/examples/qt-examples/forever/forever.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -w -retquire 'Qt' +require 'Qt' # # Forever - a widget that draws rectangles forever. |