summaryrefslogtreecommitdiff
path: root/core
authormickeyl <mickeyl>2004-04-04 17:15:07 (UTC)
committer mickeyl <mickeyl>2004-04-04 17:15:07 (UTC)
commit2d87ac4bb0d799d15c7ea96ea444e5de617abdef (patch) (unidiff)
treeb55dd8701350da302e11ca6aad174a57fd3aa53b /core
parentb49dbce74737411736d63358319e709d1af810bb (diff)
downloadopie-2d87ac4bb0d799d15c7ea96ea444e5de617abdef.zip
opie-2d87ac4bb0d799d15c7ea96ea444e5de617abdef.tar.gz
opie-2d87ac4bb0d799d15c7ea96ea444e5de617abdef.tar.bz2
fix odebug usage
Diffstat (limited to 'core') (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
@@ -53,3 +53,3 @@ void 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();
@@ -107,3 +107,3 @@ void AddressBookPluginWidget::getAddress() {
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;