diff options
Diffstat (limited to 'qtruby/rubylib/examples/qt-examples/chart/chartform.rb')
-rw-r--r-- | qtruby/rubylib/examples/qt-examples/chart/chartform.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |