summaryrefslogtreecommitdiff
path: root/core/pim/osearch/contactitem.h
Unidiff
Diffstat (limited to 'core/pim/osearch/contactitem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/contactitem.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/core/pim/osearch/contactitem.h b/core/pim/osearch/contactitem.h
index d6303e2..3c553fc 100644
--- a/core/pim/osearch/contactitem.h
+++ b/core/pim/osearch/contactitem.h
@@ -14,7 +14,10 @@
14#define CONTACTITEM_H 14#define CONTACTITEM_H
15 15
16#include <opie2/opimrecord.h>
17#include <opie2/opimcontact.h>
18
16#include "resultitem.h" 19#include "resultitem.h"
17 20
18class OContact; 21using namespace Opie;
19 22
20/** 23/**
@@ -24,5 +27,5 @@ class ContactItem : public ResultItem
24{ 27{
25public: 28public:
26 ContactItem(OListViewItem* parent, OContact *contact); 29 ContactItem(OListViewItem* parent, OPimContact *contact);
27 30
28 ~ContactItem(); 31 ~ContactItem();
@@ -35,5 +38,5 @@ public:
35private: 38private:
36 void setIcon(); 39 void setIcon();
37 OContact *_contact; 40 OPimContact *_contact;
38 41
39}; 42};