-rw-r--r-- | noncore/net/mail/addresspicker.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/mail/addresspicker.cpp b/noncore/net/mail/addresspicker.cpp index 8cdabde..35f9cd4 100644 --- a/noncore/net/mail/addresspicker.cpp +++ b/noncore/net/mail/addresspicker.cpp @@ -5,3 +5,3 @@ #include <opie2/ocontactaccess.h> -#include <opie2/ocontact.h> +#include <opie2/opimcontact.h> #include <qpe/resource.h> @@ -27,3 +27,3 @@ AddressPicker::AddressPicker( QWidget *parent, const char *name, bool modal, WFl connect(cancelButton, SIGNAL(clicked()), SLOT(close())); - Opie::OContactAccess::List::Iterator it; + Opie::OPimContactAccess::List::Iterator it; @@ -31,3 +31,3 @@ AddressPicker::AddressPicker( QWidget *parent, const char *name, bool modal, WFl /* what name has to set here???? */ - Opie::OContactAccess m_contactdb("opiemail"); + Opie::OPimContactAccess m_contactdb("opiemail"); @@ -35,3 +35,3 @@ AddressPicker::AddressPicker( QWidget *parent, const char *name, bool modal, WFl QString pre,suf; - Opie::OContactAccess::List m_list = m_contactdb.sorted( true, 0, 0, 0 ); + Opie::OPimContactAccess::List m_list = m_contactdb.sorted( true, 0, 0, 0 ); for ( it = m_list.begin(); it != m_list.end(); ++it ) |