diff options
Diffstat (limited to 'plugins/kmail/bodypartformatter/delegateselector.h')
-rw-r--r-- | plugins/kmail/bodypartformatter/delegateselector.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/kmail/bodypartformatter/delegateselector.h b/plugins/kmail/bodypartformatter/delegateselector.h index 8a01323d7..e951497b3 100644 --- a/plugins/kmail/bodypartformatter/delegateselector.h +++ b/plugins/kmail/bodypartformatter/delegateselector.h @@ -36,14 +36,14 @@ class DelegateSelector : public KDialogBase Q_OBJECT public: - DelegateSelector( QWidget *parent = 0 ); + DelegateSelector( TQWidget *parent = 0 ); - QString delegate() const; + TQString delegate() const; bool rsvp() const; private: KPIM::AddresseeLineEdit *mDelegate; - QCheckBox *mRsvp; + TQCheckBox *mRsvp; }; #endif |