summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/addresspluginwidget.cpp4
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 b48d4a7..5de6b0a 100644
--- a/core/pim/today/plugins/addressbook/addresspluginwidget.cpp
+++ b/core/pim/today/plugins/addressbook/addresspluginwidget.cpp
@@ -50,9 +50,9 @@ AddressBookPluginWidget::~AddressBookPluginWidget() {
50} 50}
51 51
52void AddressBookPluginWidget::refresh( const Opie::OPimContactAccess* ) 52void AddressBookPluginWidget::refresh( const Opie::OPimContactAccess* )
53{ 53{
54 Opie::Core::owarn << " AddressBookPluginWidget::Database was changed externally ! " << oendl; 54 oerr << " AddressBookPluginWidget::Database was changed externally ! " << oendl;
55 m_contactdb->reload(); 55 m_contactdb->reload();
56 getAddress(); 56 getAddress();
57} 57}
58 58
@@ -104,9 +104,9 @@ void AddressBookPluginWidget::getAddress() {
104 // Define the query for birthdays and start search.. 104 // Define the query for birthdays and start search..
105 QDate lookAheadDate = QDate::currentDate().addDays( m_daysLookAhead ); 105 QDate lookAheadDate = QDate::currentDate().addDays( m_daysLookAhead );
106 int ammount = 0; 106 int ammount = 0;
107 if ( m_showBirthdays ){ 107 if ( m_showBirthdays ){
108 Opie::Core::owarn << "Searching from now (" << QDate::currentDate().toString() << ") until " 108 oerr << "Searching from now (" << QDate::currentDate().toString() << ") until "
109 << lookAheadDate.toString() << " ! " << oendl; 109 << lookAheadDate.toString() << " ! " << oendl;
110 } 110 }
111 111
112 if ( m_contactdb->hasQuerySettings( Opie::OPimContactAccess::DateDiff ) ){ 112 if ( m_contactdb->hasQuerySettings( Opie::OPimContactAccess::DateDiff ) ){