summaryrefslogtreecommitdiff
path: root/core/pim/osearch/adresssearch.h
Unidiff
Diffstat (limited to 'core/pim/osearch/adresssearch.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/adresssearch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/pim/osearch/adresssearch.h b/core/pim/osearch/adresssearch.h
index 028521a..34c4f11 100644
--- a/core/pim/osearch/adresssearch.h
+++ b/core/pim/osearch/adresssearch.h
@@ -13,9 +13,8 @@
13 13
14#include "searchgroup.h" 14#include "searchgroup.h"
15#include <opie2/ocontactaccess.h> 15#include <opie2/ocontactaccess.h>
16 16
17using namespace Opie;
18 17
19 18
20/** 19/**
21@author Patrick S. Vogt 20@author Patrick S. Vogt
@@ -31,8 +30,8 @@ protected:
31 virtual int search(); 30 virtual int search();
32 virtual void insertItem( void* ); 31 virtual void insertItem( void* );
33 32
34private: 33private:
35 OPimContactAccess *_contacts; 34 Opie::OPimContactAccess *_contacts;
36}; 35};
37 36
38#endif 37#endif