diff options
Diffstat (limited to 'kmail/dictionarycombobox.cpp')
-rw-r--r-- | kmail/dictionarycombobox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/dictionarycombobox.cpp b/kmail/dictionarycombobox.cpp index 85c82b928..6eb1b4934 100644 --- a/kmail/dictionarycombobox.cpp +++ b/kmail/dictionarycombobox.cpp @@ -42,8 +42,8 @@ namespace KMail { - DictionaryComboBox::DictionaryComboBox( TQWidget * tqparent, const char * name ) - : TQComboBox( false, tqparent, name ), + DictionaryComboBox::DictionaryComboBox( TQWidget * parent, const char * name ) + : TQComboBox( false, parent, name ), mSpellConfig( 0 ), mDefaultDictionary( 0 ) { |