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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/pim/osearch/contactitem.h b/core/pim/osearch/contactitem.h
index 3c553fc..c038082 100644
--- a/core/pim/osearch/contactitem.h
+++ b/core/pim/osearch/contactitem.h
@@ -18,7 +18,6 @@
18 18
19#include "resultitem.h" 19#include "resultitem.h"
20 20
21using namespace Opie;
22 21
23/** 22/**
24@author Patrick S. Vogt 23@author Patrick S. Vogt
@@ -26,7 +25,7 @@ using namespace Opie;
26class ContactItem : public ResultItem 25class ContactItem : public ResultItem
27{ 26{
28public: 27public:
29 ContactItem(OListViewItem* parent, OPimContact *contact); 28 ContactItem(OListViewItem* parent, Opie::OPimContact *contact);
30 29
31 ~ContactItem(); 30 ~ContactItem();
32 31
@@ -37,7 +36,7 @@ public:
37 36
38private: 37private:
39 void setIcon(); 38 void setIcon();
40 OPimContact *_contact; 39 Opie::OPimContact *_contact;
41 40
42}; 41};
43 42