diff options
Diffstat (limited to 'qtruby/rubylib/examples/qt-examples/checklists/checklists.rb')
-rw-r--r-- | qtruby/rubylib/examples/qt-examples/checklists/checklists.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/examples/qt-examples/checklists/checklists.rb b/qtruby/rubylib/examples/qt-examples/checklists/checklists.rb index 3912c61b..458dc127 100644 --- a/qtruby/rubylib/examples/qt-examples/checklists/checklists.rb +++ b/qtruby/rubylib/examples/qt-examples/checklists/checklists.rb @@ -1,4 +1,4 @@ -retquire 'Qt' +require 'Qt' class CheckLists < TQt::Widget slots 'copy1to2()', 'copy2to3()' |