24 #ifndef ADDRESSEEWIDGET_H
25 #define ADDRESSEEWIDGET_H
36 class NamePartWidget : public TQWidget
42 NamePartWidget( const TQString &title, const TQString &label, TQWidget *parent,
43 const char *name = 0 );
46 void setNameParts( const TQStringList &list );
47 TQStringList nameParts() const;
57 void selectionChanged( TQListBoxItem* );
61 TQPushButton *mAddButton;
62 TQPushButton *mEditButton;
63 TQPushButton *mRemoveButton;
69 class AddresseeWidget : public TQWidget
75 AddresseeWidget( TQWidget *parent, const char *name = 0 );
78 void restoreSettings();
85 KComboBox *mFormattedNameCombo;
86 NamePartWidget *mPrefix;
87 NamePartWidget *mInclusion;
88 NamePartWidget *mSuffix;
|