summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/designer/examples/colortool/mainform.ui.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/rubylib/designer/examples/colortool/mainform.ui.rb')
-rw-r--r--qtruby/rubylib/designer/examples/colortool/mainform.ui.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtruby/rubylib/designer/examples/colortool/mainform.ui.rb b/qtruby/rubylib/designer/examples/colortool/mainform.ui.rb
index 3f4f5945..e83207d9 100644
--- a/qtruby/rubylib/designer/examples/colortool/mainform.ui.rb
+++ b/qtruby/rubylib/designer/examples/colortool/mainform.ui.rb
@@ -321,8 +321,8 @@ end
def editFind()
if ! @findForm
@findForm = FindForm.new( self )
- connect( @findForm, SIGNAL( 'lookfor(const TQString&)' ),
- self, SLOT( 'lookfor(const TQString&)' ) )
+ connect( @findForm, TQ_SIGNAL( 'lookfor(const TQString&)' ),
+ self, TQ_SLOT( 'lookfor(const TQString&)' ) )
end
@findForm.show()
end