From 26abe38d0748c549f2458da57507614fad599d83 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 21:58:19 -0600 Subject: Fix retquire --- qtruby/rubylib/examples/qt-examples/checklists/checklists.rb | 2 +- qtruby/rubylib/examples/qt-examples/checklists/main.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'qtruby/rubylib/examples/qt-examples/checklists') 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()' diff --git a/qtruby/rubylib/examples/qt-examples/checklists/main.rb b/qtruby/rubylib/examples/qt-examples/checklists/main.rb index 14166acd..364f5cb7 100755 --- a/qtruby/rubylib/examples/qt-examples/checklists/main.rb +++ b/qtruby/rubylib/examples/qt-examples/checklists/main.rb @@ -1,8 +1,8 @@ #!/usr/bin/env ruby -retquire 'Qt' +require 'Qt' -retquire 'checklists' +require 'checklists' a = TQt::Application.new(ARGV) -- cgit v1.2.3