summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/addressbook.cpp
authoreilers <eilers>2002-10-14 09:26:18 (UTC)
committer eilers <eilers>2002-10-14 09:26:18 (UTC)
commit0bccef01b70fec98e744fab286f5ea443287cdad (patch) (side-by-side diff)
tree3a602e633dcbe81eca22f490402d39467c4eb32a /core/pim/addressbook/addressbook.cpp
parent59d6018e53537e15d27cd0174adefba2ec8b8f6e (diff)
downloadopie-0bccef01b70fec98e744fab286f5ea443287cdad.zip
opie-0bccef01b70fec98e744fab286f5ea443287cdad.tar.gz
opie-0bccef01b70fec98e744fab286f5ea443287cdad.tar.bz2
Last patch for language bug. I am not really happy with it, but it should work now.
Please use the current release of libopie with this application. Otherwise the app will fail !
Diffstat (limited to 'core/pim/addressbook/addressbook.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/addressbook.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp
index 472b13e..2eb9ddf 100644
--- a/core/pim/addressbook/addressbook.cpp
+++ b/core/pim/addressbook/addressbook.cpp
@@ -31,7 +31,7 @@
#include <opie/ofiledialog.h>
#include <qpe/qpeapplication.h>
#include <qpe/config.h>
-#include <qpe/contact.h>
+#include <opie/ocontact.h>
#ifndef MAKE_FOR_SHARP_ROM
#include <qpe/finddialog.h>
@@ -857,6 +857,7 @@ void AddressbookWindow::initFields()
str += "/Settings/AddressBook.conf";
QFile::remove( str );
}
+
if ( slOrderedFields.count() > 0 ) {
for( QStringList::ConstIterator it = slOrderedFields.begin();
it != slOrderedFields.end(); ++it ) {