From fb19e9dc49a8ed0f1b85fa88ed97d357000955e1 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Mar 2004 20:37:48 +0000 Subject: no using namespace in a header --- (limited to 'core/pim/osearch/contactitem.h') 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 @@ #include "resultitem.h" -using namespace Opie; /** @author Patrick S. Vogt @@ -26,7 +25,7 @@ using namespace Opie; class ContactItem : public ResultItem { public: - ContactItem(OListViewItem* parent, OPimContact *contact); + ContactItem(OListViewItem* parent, Opie::OPimContact *contact); ~ContactItem(); @@ -37,7 +36,7 @@ public: private: void setIcon(); - OPimContact *_contact; + Opie::OPimContact *_contact; }; -- cgit v0.9.0.2