diff options
Diffstat (limited to 'qtruby/README')
-rw-r--r-- | qtruby/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtruby/README b/qtruby/README index bb0ca96e..ecf5f954 100644 --- a/qtruby/README +++ b/qtruby/README @@ -228,8 +228,8 @@ QtRuby features a very complete coverage of the Qt api: end if ARGV.length == 2 - TQUI::WidgetFactory.loadImages( ARGV[ 0 ] ) - w = TQUI::WidgetFactory.create( ARGV[ 1 ] ) + QUI::WidgetFactory.loadImages( ARGV[ 0 ] ) + w = QUI::WidgetFactory.create( ARGV[ 1 ] ) if w.nil? exit end |