author | alwin <alwin> | 2004-01-02 01:11:18 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-01-02 01:11:18 (UTC) |
commit | 31df13e3d5eecef960e267b7ad4f7ad98fa28357 (patch) (unidiff) | |
tree | 05c4735da9d7ed8669ce3bb8b8f2a75f3112c979 | |
parent | afca439e790b2a6261679fffa42c7eaa2b295824 (diff) | |
download | opie-31df13e3d5eecef960e267b7ad4f7ad98fa28357.zip opie-31df13e3d5eecef960e267b7ad4f7ad98fa28357.tar.gz opie-31df13e3d5eecef960e267b7ad4f7ad98fa28357.tar.bz2 |
fixed appname for db access
-rw-r--r-- | noncore/net/mail/addresspicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/addresspicker.cpp b/noncore/net/mail/addresspicker.cpp index 7857870..c6dec35 100644 --- a/noncore/net/mail/addresspicker.cpp +++ b/noncore/net/mail/addresspicker.cpp | |||
@@ -26,5 +26,5 @@ AddressPicker::AddressPicker( QWidget *parent, const char *name, bool modal, WFl | |||
26 | QString lineEmail, lineName, contactLine; | 26 | QString lineEmail, lineName, contactLine; |
27 | /* what name has to set here???? */ | 27 | /* what name has to set here???? */ |
28 | OContactAccess m_contactdb("addressbook"); | 28 | OContactAccess m_contactdb("opiemail"); |
29 | QStringList mails; | 29 | QStringList mails; |
30 | QString pre,suf; | 30 | QString pre,suf; |