summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/examples/passivepopup/passivepopup.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/rubylib/examples/passivepopup/passivepopup.rb')
-rw-r--r--qtruby/rubylib/examples/passivepopup/passivepopup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/examples/passivepopup/passivepopup.rb b/qtruby/rubylib/examples/passivepopup/passivepopup.rb
index 5cc2b4ea..ae3e1374 100644
--- a/qtruby/rubylib/examples/passivepopup/passivepopup.rb
+++ b/qtruby/rubylib/examples/passivepopup/passivepopup.rb
@@ -19,7 +19,7 @@ class PassiveWindow < TQt::Frame
TQt::Label.new(message, self)
quit=TQt::PushButton.new(tr("Close"), self)
- connect(quit, SIGNAL("clicked()"), SLOT("close()"))
+ connect(quit, TQ_SIGNAL("clicked()"), TQ_SLOT("close()"))
end
def show