summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginwidget.cpp
Unidiff
Diffstat (limited to 'core/pim/today/plugins/addressbook/addresspluginwidget.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/addresspluginwidget.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginwidget.cpp b/core/pim/today/plugins/addressbook/addresspluginwidget.cpp
index ea387d6..b48d4a7 100644
--- a/core/pim/today/plugins/addressbook/addresspluginwidget.cpp
+++ b/core/pim/today/plugins/addressbook/addresspluginwidget.cpp
@@ -20,3 +20,3 @@
20 20
21 21#include <opie2/odebug.h>
22#include <opie2/opimcontact.h> 22#include <opie2/opimcontact.h>
@@ -53,3 +53,3 @@ void AddressBookPluginWidget::refresh( const Opie::OPimContactAccess* )
53{ 53{
54 qWarning(" AddressBookPluginWidget::Database was changed externally ! "); 54 Opie::Core::owarn << " AddressBookPluginWidget::Database was changed externally ! " << oendl;
55 m_contactdb->reload(); 55 m_contactdb->reload();
@@ -107,5 +107,4 @@ void AddressBookPluginWidget::getAddress() {
107 if ( m_showBirthdays ){ 107 if ( m_showBirthdays ){
108 qWarning("Searching from now (%s) until %s ! ", 108 Opie::Core::owarn << "Searching from now (" << QDate::currentDate().toString() << ") until "
109 QDate::currentDate().toString().latin1(), 109 << lookAheadDate.toString() << " ! " << oendl;
110 lookAheadDate.toString().latin1() );
111 } 110 }