summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/examples/qtscribble/scribble.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/rubylib/examples/qtscribble/scribble.rb')
-rw-r--r--qtruby/rubylib/examples/qtscribble/scribble.rb2
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 )