diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 16:39:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 16:39:08 -0600 |
commit | c410ec66cc4b4c62e450ced0df9197709b19f527 (patch) | |
tree | 92a41595890413374b4e92c771e5188c9da605a5 /qtruby/rubylib/examples/qtscribble/scribble.rb | |
parent | 5efb4bb52888eefcf27750194953d14b0a616b89 (diff) | |
download | tdebindings-c410ec66cc4b4c62e450ced0df9197709b19f527.tar.gz tdebindings-c410ec66cc4b4c62e450ced0df9197709b19f527.zip |
Fix aboutTQt
Diffstat (limited to 'qtruby/rubylib/examples/qtscribble/scribble.rb')
-rw-r--r-- | qtruby/rubylib/examples/qtscribble/scribble.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |