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 +- qtruby/rubylib/examples/qtscribble/scribble.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qtruby/rubylib/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 diff --git a/qtruby/rubylib/examples/qtscribble/scribble.rb b/qtruby/rubylib/examples/qtscribble/scribble.rb index 2d931088..1614b14c 100644 --- a/qtruby/rubylib/examples/qtscribble/scribble.rb +++ b/qtruby/rubylib/examples/qtscribble/scribble.rb @@ -215,7 +215,7 @@ class ScribbleWindow < TQt::Widget end def slotAboutQt() - TQt::MessageBox.aboutQt( self, "About Qt" ) + TQt::MessageBox.aboutTQt( self, "About Qt" ) end def slotColorMenu( item ) -- cgit v1.2.3