diff options
Diffstat (limited to 'qtruby/rubylib/examples/qt-examples/hello/hello.rb')
-rw-r--r-- | qtruby/rubylib/examples/qt-examples/hello/hello.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/examples/qt-examples/hello/hello.rb b/qtruby/rubylib/examples/qt-examples/hello/hello.rb index 80bf3e32..ef70154f 100644 --- a/qtruby/rubylib/examples/qt-examples/hello/hello.rb +++ b/qtruby/rubylib/examples/qt-examples/hello/hello.rb @@ -1,4 +1,4 @@ -retquire 'Qt' +require 'Qt' class Hello < TQt::Widget |