From fe245e127946c1e65003033d07ce26b46dc858f7 Mon Sep 17 00:00:00 2001 From: alwin Date: Tue, 24 Feb 2004 15:23:41 +0000 Subject: OContactXXX -> OPimContactXXX --- 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 @@ -3,7 +3,7 @@ /* OPIE */ #include -#include +#include #include #include @@ -25,15 +25,15 @@ AddressPicker::AddressPicker( QWidget *parent, const char *name, bool modal, WFl connect(okButton, SIGNAL(clicked()), SLOT(accept())); connect(cancelButton, SIGNAL(clicked()), SLOT(close())); - Opie::OContactAccess::List::Iterator it; + Opie::OPimContactAccess::List::Iterator it; QString lineEmail, lineName, contactLine; /* what name has to set here???? */ - Opie::OContactAccess m_contactdb("opiemail"); + Opie::OPimContactAccess m_contactdb("opiemail"); QStringList mails; 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 ) { if ((*it).defaultEmail().length()!=0) -- cgit v0.9.0.2