summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/contacteditor.h
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/contacteditor.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/contacteditor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/pim/addressbook/contacteditor.h b/core/pim/addressbook/contacteditor.h
index a58a860..4f3b56e 100644
--- a/core/pim/addressbook/contacteditor.h
+++ b/core/pim/addressbook/contacteditor.h
@@ -109,13 +109,13 @@ class ContactEditor : public QDialog {
QList<QLineEdit> listValue;
QList<QLabel> listName;
const QValueList<int> *orderedValues;
- QStringList *slOrdered;
- QStringList *slDynamicEntries;
+ QStringList slOrdered;
+ QStringList slDynamicEntries;
- QStringList *slHomeAddress;
- QStringList *slBusinessAddress;
- QStringList *slChooserNames;
- QStringList *slChooserValues;
+ QStringList slHomeAddress;
+ QStringList slBusinessAddress;
+ QStringList slChooserNames;
+ QStringList slChooserValues;
QMultiLineEdit *txtNote;
QLabel *lblNote;