summaryrefslogtreecommitdiffstats
path: root/krename/encodingplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/encodingplugin.cpp')
-rw-r--r--krename/encodingplugin.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/krename/encodingplugin.cpp b/krename/encodingplugin.cpp
index 75888a0..b27db96 100644
--- a/krename/encodingplugin.cpp
+++ b/krename/encodingplugin.cpp
@@ -80,11 +80,11 @@ void EncodingPlugin::drawInterface( TQWidget* w, TQVBoxLayout* l )
l->addWidget( groupInput );
l->addWidget( groupOutput );
- connect( checkInput, TQT_SIGNAL( clicked() ), this, TQT_SLOT( enableControls() ) );
- connect( checkOutput, TQT_SIGNAL( clicked() ), this, TQT_SLOT( enableControls() ) );
+ connect( checkInput, TQ_SIGNAL( clicked() ), this, TQ_SLOT( enableControls() ) );
+ connect( checkOutput, TQ_SIGNAL( clicked() ), this, TQ_SLOT( enableControls() ) );
- connect( comboOutput, TQT_SIGNAL( activated(int) ),this, TQT_SLOT( updatePreview() ) );
- connect( comboInput, TQT_SIGNAL( activated(int) ),this, TQT_SLOT( updatePreview() ) );
+ connect( comboOutput, TQ_SIGNAL( activated(int) ),this, TQ_SLOT( updatePreview() ) );
+ connect( comboInput, TQ_SIGNAL( activated(int) ),this, TQ_SLOT( updatePreview() ) );
setLocale( comboInput );
setLocale( comboOutput );