summaryrefslogtreecommitdiffstats
path: root/kmail/dictionarycombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/dictionarycombobox.cpp')
-rw-r--r--kmail/dictionarycombobox.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/dictionarycombobox.cpp b/kmail/dictionarycombobox.cpp
index be705d3d..b6da5abf 100644
--- a/kmail/dictionarycombobox.cpp
+++ b/kmail/dictionarycombobox.cpp
@@ -48,10 +48,10 @@ namespace KMail {
mDefaultDictionary( 0 )
{
reloadCombo();
- connect( this, TQT_SIGNAL( activated( int ) ),
- this, TQT_SLOT( slotDictionaryChanged( int ) ) );
- connect( this, TQT_SIGNAL( dictionaryChanged( int ) ),
- mSpellConfig, TQT_SLOT( sSetDictionary( int ) ) );
+ connect( this, TQ_SIGNAL( activated( int ) ),
+ this, TQ_SLOT( slotDictionaryChanged( int ) ) );
+ connect( this, TQ_SIGNAL( dictionaryChanged( int ) ),
+ mSpellConfig, TQ_SLOT( sSetDictionary( int ) ) );
}
DictionaryComboBox::~DictionaryComboBox()