summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/autotoolsaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools/autotoolsaction.cpp')
-rw-r--r--buildtools/autotools/autotoolsaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/autotoolsaction.cpp b/buildtools/autotools/autotoolsaction.cpp
index c520a3de..fbaf91a8 100644
--- a/buildtools/autotools/autotoolsaction.cpp
+++ b/buildtools/autotools/autotoolsaction.cpp
@@ -110,7 +110,7 @@ int AutoToolsAction::plug( TQWidget* w, int index )
if ( ::tqt_cast<TQToolButton*>( w ) )
{
TQToolButton* tb = static_cast<TQToolButton*>( w );
- connect( tb, TQT_SIGNAL( clicked() ), this, TQT_SLOT( activate() ) );
+ connect( tb, TQ_SIGNAL( clicked() ), this, TQ_SLOT( activate() ) );
int id = getToolButtonID();
if ( !icon().isEmpty() )