summaryrefslogtreecommitdiffstats
path: root/qtruby/README
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 00:01:11 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 00:01:11 -0500
commitcc7549a40dd83f2e66f3bb52c9bb6b3d834f5d3a (patch)
tree729818802afc5185dd00060a4fa9fde9a5e7e8e0 /qtruby/README
parent629341b75b51b287be9577865483dd08f9855327 (diff)
downloadtdebindings-cc7549a40dd83f2e66f3bb52c9bb6b3d834f5d3a.tar.gz
tdebindings-cc7549a40dd83f2e66f3bb52c9bb6b3d834f5d3a.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'qtruby/README')
-rw-r--r--qtruby/README4
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