From 49615014f281a58bd9bde5543692ffddab052755 Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 01 Mar 2004 16:38:12 +0000 Subject: osearch libopie1->libopie2 --- (limited to 'core/pim/osearch/contactitem.h') 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 @@ -13,9 +13,12 @@ #ifndef CONTACTITEM_H #define CONTACTITEM_H +#include +#include + #include "resultitem.h" -class OContact; +using namespace Opie; /** @author Patrick S. Vogt @@ -23,7 +26,7 @@ class OContact; class ContactItem : public ResultItem { public: - ContactItem(OListViewItem* parent, OContact *contact); + ContactItem(OListViewItem* parent, OPimContact *contact); ~ContactItem(); @@ -34,7 +37,7 @@ public: private: void setIcon(); - OContact *_contact; + OPimContact *_contact; }; -- cgit v0.9.0.2