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