-rw-r--r-- | core/pim/today/plugins/addressbook/addresspluginwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginwidget.cpp b/core/pim/today/plugins/addressbook/addresspluginwidget.cpp index 5de6b0a..d76a29a 100644 --- a/core/pim/today/plugins/addressbook/addresspluginwidget.cpp +++ b/core/pim/today/plugins/addressbook/addresspluginwidget.cpp | |||
@@ -53,3 +53,3 @@ void AddressBookPluginWidget::refresh( const Opie::OPimContactAccess* ) | |||
53 | { | 53 | { |
54 | oerr << " AddressBookPluginWidget::Database was changed externally ! " << oendl; | 54 | owarn << " AddressBookPluginWidget::Database was changed externally ! " << oendl; |
55 | m_contactdb->reload(); | 55 | m_contactdb->reload(); |
@@ -107,3 +107,3 @@ void AddressBookPluginWidget::getAddress() { | |||
107 | if ( m_showBirthdays ){ | 107 | if ( m_showBirthdays ){ |
108 | oerr << "Searching from now (" << QDate::currentDate().toString() << ") until " | 108 | owarn << "Searching from now (" << QDate::currentDate().toString() << ") until " |
109 | << lookAheadDate.toString() << " ! " << oendl; | 109 | << lookAheadDate.toString() << " ! " << oendl; |