From c410ec66cc4b4c62e450ced0df9197709b19f527 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 16:39:08 -0600 Subject: Fix aboutTQt --- qtruby/rubylib/examples/qt-examples/chart/chartform.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtruby/rubylib/examples/qt-examples') diff --git a/qtruby/rubylib/examples/qt-examples/chart/chartform.rb b/qtruby/rubylib/examples/qt-examples/chart/chartform.rb index 45d8d1ed..0ebff47e 100644 --- a/qtruby/rubylib/examples/qt-examples/chart/chartform.rb +++ b/qtruby/rubylib/examples/qt-examples/chart/chartform.rb @@ -481,7 +481,7 @@ class ChartForm < TQt::MainWindow def helpAboutQt() - TQt::MessageBox.aboutQt( self, "Chart -- About Qt" ) + TQt::MessageBox.aboutTQt( self, "Chart -- About Qt" ) end end -- cgit v1.2.3