From 741a70d585c5680ccdb2786df4a73e7bde1d7c5d Mon Sep 17 00:00:00 2001 From: tille Date: Sun, 08 Dec 2002 18:20:10 +0000 Subject: added combo for default email not perfect but it should do its job (better than i expected in first place ;) --- (limited to 'core/pim/addressbook/contacteditor.h') diff --git a/core/pim/addressbook/contacteditor.h b/core/pim/addressbook/contacteditor.h index 250b831..d4b7f27 100644 --- a/core/pim/addressbook/contacteditor.h +++ b/core/pim/addressbook/contacteditor.h @@ -100,10 +100,11 @@ class ContactEditor : public QDialog { void slotBirthdayDateChanged( int year, int month, int day); void slotRemoveBirthday(); void slotRemoveAnniversary(); + void defaultEmailChanged(int); private: + void chooserChange( const QString&, int , QLineEdit* ); bool useFullName; - // bool hasGender, hasTitle, hasCompany, hasNotes, hasStreet, hasStreet2, hasPOBox, hasCity, hasState, hasZip, hasCountry; OContact ent; @@ -147,6 +148,7 @@ class ContactEditor : public QDialog { QComboBox *cmbChooserField2; QComboBox *cmbChooserField3; QComboBox *cmbChooserField4; + QComboBox *cmbDefaultEmail; QComboBox *cmbFileAs; CategorySelect *cmbCat; QLabel *labCat; -- cgit v0.9.0.2