diff options
Diffstat (limited to 'kmail/accountcombobox.h')
-rw-r--r-- | kmail/accountcombobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/accountcombobox.h b/kmail/accountcombobox.h index 04a8bc07c..48c5d6a8b 100644 --- a/kmail/accountcombobox.h +++ b/kmail/accountcombobox.h @@ -45,7 +45,7 @@ class AccountComboBox : public TQComboBox TQ_OBJECT public: - AccountComboBox( TQWidget* tqparent, const char* name = 0 ); + AccountComboBox( TQWidget* parent, const char* name = 0 ); void setCurrentAccount( KMAccount* account ); KMAccount* currentAccount() const; |