summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/examples/qt-examples/forever/forever.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/rubylib/examples/qt-examples/forever/forever.rb')
-rwxr-xr-xqtruby/rubylib/examples/qt-examples/forever/forever.rb2
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.