summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/abeditor.h
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/abeditor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/abeditor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/pim/addressbook/abeditor.h b/core/pim/addressbook/abeditor.h
index 9ce6704..a9c1c5f 100644
--- a/core/pim/addressbook/abeditor.h
+++ b/core/pim/addressbook/abeditor.h
@@ -40,3 +40,3 @@ class AbEditor : public QDialog
public:
- AbEditor( const Contact &entry, const QValueList<int> *newOrdedValues,
+ AbEditor( const OContact &entry, const QValueList<int> *newOrdedValues,
QStringList *slNewOrdered,
@@ -46,3 +46,3 @@ public:
void setNameFocus();
- Contact entry() const { return ent; }
+ OContact entry() const { return ent; }
@@ -50,3 +50,3 @@ public slots:
void slotNote();
- void setEntry( const Contact &entry );
+ void setEntry( const OContact &entry );
@@ -65,3 +65,3 @@ private:
QMultiLineEdit *txtNote;
- Contact ent;
+ OContact ent;
QScrollView *svPage;