From edd008d91ca57453601d0c2098936287d98975e6 Mon Sep 17 00:00:00 2001 From: drw Date: Fri, 02 Apr 2004 22:15:36 +0000 Subject: Use ODebug (another 35 down...) - all of core/pim is converted. --- (limited to 'core/pim/todo/todomanager.cpp') diff --git a/core/pim/todo/todomanager.cpp b/core/pim/todo/todomanager.cpp index 21e1d0c..7826747 100644 --- a/core/pim/todo/todomanager.cpp +++ b/core/pim/todo/todomanager.cpp @@ -25,6 +25,9 @@ Boston, MA 02111-1307, USA. */ + +#include + #include #include "todomanager.h" @@ -37,7 +40,7 @@ TodoManager::TodoManager( QObject *obj ) QTime time; time.start(); int el = time.elapsed(); - qWarning("QTimer for loading %d", el/1000 ); + Opie::Core::owarn << "QTimer for loading " << el/1000 << oendl; } TodoManager::~TodoManager() { delete m_db; @@ -46,7 +49,7 @@ OPimTodo TodoManager::event(int uid ) { return m_db->find( uid ); } void TodoManager::updateList() { - qWarning("update list"); + Opie::Core::owarn << "update lists" << oendl; m_list = m_db->allRecords(); } OPimTodoAccess::List TodoManager::list() const{ -- cgit v0.9.0.2