diff options
Diffstat (limited to 'plugins/kmail/bodypartformatter/delegateselector.h')
-rw-r--r-- | plugins/kmail/bodypartformatter/delegateselector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kmail/bodypartformatter/delegateselector.h b/plugins/kmail/bodypartformatter/delegateselector.h index c2be8950f..982f93554 100644 --- a/plugins/kmail/bodypartformatter/delegateselector.h +++ b/plugins/kmail/bodypartformatter/delegateselector.h @@ -37,7 +37,7 @@ class DelegateSelector : public KDialogBase TQ_OBJECT public: - DelegateSelector( TQWidget *tqparent = 0 ); + DelegateSelector( TQWidget *parent = 0 ); TQString delegate() const; bool rsvp() const; |