summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/ablabel.h
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/ablabel.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/ablabel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/addressbook/ablabel.h b/core/pim/addressbook/ablabel.h
index cfbd999..9086c4a 100644
--- a/core/pim/addressbook/ablabel.h
+++ b/core/pim/addressbook/ablabel.h
@@ -21,5 +21,5 @@
#define ABLABEL_H
-#include <qpe/contact.h>
+#include <opie/ocontact.h>
#include <qtextview.h>
@@ -33,5 +33,5 @@ public:
public slots:
- void init( const Contact &entry );
+ void init( const OContact &entry );
void sync();
@@ -43,5 +43,5 @@ protected:
private:
- Contact ent;
+ OContact ent;
};