summaryrefslogtreecommitdiffabout
path: root/kaddressbook/addresseeeditorwidget.h
Side-by-side diff
Diffstat (limited to 'kaddressbook/addresseeeditorwidget.h') (more/less context) (show whitespace changes)
-rw-r--r--kaddressbook/addresseeeditorwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kaddressbook/addresseeeditorwidget.h b/kaddressbook/addresseeeditorwidget.h
index b9d9e25..995f30e 100644
--- a/kaddressbook/addresseeeditorwidget.h
+++ b/kaddressbook/addresseeeditorwidget.h
@@ -157,12 +157,14 @@ class AddresseeEditorWidget : public ExtensionWidget
KLineEdit *mOfficeEdit;
KLineEdit *mProfessionEdit;
KLineEdit *mManagerEdit;
KLineEdit *mAssistantEdit;
KLineEdit *mNicknameEdit;
KLineEdit *mSpouseEdit;
+ KLineEdit *mChildEdit;
+ QComboBox *mGenderBox;
KDateEdit *mBirthdayPicker;
KDateEdit *mAnniversaryPicker;
#ifndef KAB_EMBEDDED
QTextEdit *mNoteEdit;
#else //KAB_EMBEDDED
QMultiLineEdit *mNoteEdit;