summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/examples/base
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/rubylib/examples/base')
-rw-r--r--qtruby/rubylib/examples/base/rui.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/examples/base/rui.rb b/qtruby/rubylib/examples/base/rui.rb
index ad14bc11..8f1df3c8 100644
--- a/qtruby/rubylib/examples/base/rui.rb
+++ b/qtruby/rubylib/examples/base/rui.rb
@@ -11,7 +11,7 @@ def build_actions(actions)
}
else
qt_action = $kIcons.make_qt_action(self, a.text_with_accel, a.icon_type)
- connect(qt_action, SIGNAL('activated()'), a.rec, a.slot)
+ connect(qt_action, TQ_SIGNAL('activated()'), a.rec, a.slot)
a.included_in.each {
|to| qt_action.addTo(to)
}