diff options
Diffstat (limited to 'plugins/kmail/bodypartformatter/attendeeselector.h')
-rw-r--r-- | plugins/kmail/bodypartformatter/attendeeselector.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/kmail/bodypartformatter/attendeeselector.h b/plugins/kmail/bodypartformatter/attendeeselector.h index eb843f1fb..8484d5b1d 100644 --- a/plugins/kmail/bodypartformatter/attendeeselector.h +++ b/plugins/kmail/bodypartformatter/attendeeselector.h @@ -30,8 +30,9 @@ class AttendeeSelectorWidget; class AttendeeSelector : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - AttendeeSelector( TQWidget *parent = 0 ); + AttendeeSelector( TQWidget *tqparent = 0 ); TQStringList attendees() const; |