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
@@ -20,7 +20,7 @@
#ifndef ABLABEL_H
#define ABLABEL_H
-#include <qpe/contact.h>
+#include <opie/ocontact.h>
#include <qtextview.h>
class AbLabel : public QTextView
@@ -32,7 +32,7 @@ public:
~AbLabel();
public slots:
- void init( const Contact &entry );
+ void init( const OContact &entry );
void sync();
signals:
@@ -42,7 +42,7 @@ protected:
void keyPressEvent( QKeyEvent * );
private:
- Contact ent;
+ OContact ent;
};