summaryrefslogtreecommitdiffstats
path: root/kmail/dictionarycombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/dictionarycombobox.cpp')
-rw-r--r--kmail/dictionarycombobox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/dictionarycombobox.cpp b/kmail/dictionarycombobox.cpp
index 85c82b92..6eb1b493 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 )
{