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/qtscribble/scribble.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtruby/rubylib/examples/qtscribble/scribble.rb') 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.1