diff options
Diffstat (limited to 'krename/encodingplugin.cpp')
-rw-r--r-- | krename/encodingplugin.cpp | 8 |
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 ); |