summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/contacteditor.h
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/contacteditor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/contacteditor.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/core/pim/addressbook/contacteditor.h b/core/pim/addressbook/contacteditor.h
index 8ed8553..40ce864 100644
--- a/core/pim/addressbook/contacteditor.h
+++ b/core/pim/addressbook/contacteditor.h
@@ -25,2 +25,4 @@
+#include <qpe/datebookmonth.h>
+
#include <qdialog.h>
@@ -63,2 +65,3 @@ class ContactEditor : public QDialog {
void setNameFocus();
+ void setPersonalView( bool personal = true );
OContact entry() const { return ent; }
@@ -80,3 +83,2 @@ class ContactEditor : public QDialog {
QString parseName( QString fullName, int type );
-
private slots:
@@ -99,2 +101,4 @@ class ContactEditor : public QDialog {
void slotFullNameChange( const QString &textChanged );
+ void slotAnniversaryDateChanged( int year, int month, int day);
+ void slotBirthdayDateChanged( int year, int month, int day);
@@ -114,2 +118,4 @@ class ContactEditor : public QDialog {
+ bool m_personalView;
+
QStringList slHomeAddress;
@@ -145,2 +151,3 @@ class ContactEditor : public QDialog {
CategorySelect *cmbCat;
+ QLabel *labCat;
@@ -158,4 +165,7 @@ class ContactEditor : public QDialog {
QComboBox *cmbGender;
-
-};
+ DateBookMonth* birthdayPicker;
+ QToolButton* birthdayButton;
+ DateBookMonth* anniversaryPicker;
+ QToolButton* anniversaryButton;
+ };