diff options
Diffstat (limited to 'kmail/dictionarycombobox.cpp')
-rw-r--r-- | kmail/dictionarycombobox.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/dictionarycombobox.cpp b/kmail/dictionarycombobox.cpp index 6eb1b493..b6da5abf 100644 --- a/kmail/dictionarycombobox.cpp +++ b/kmail/dictionarycombobox.cpp @@ -1,4 +1,4 @@ -/* -*- mode: C++; c-file-style: "gnu" -*- +/* dictionarycombobox.cpp This file is part of KMail, the KDE mail client. @@ -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() |