summaryrefslogtreecommitdiff
path: root/core/pim/todo/otaskeditor.cpp
authordrw <drw>2004-04-02 22:15:36 (UTC)
committer drw <drw>2004-04-02 22:15:36 (UTC)
commitedd008d91ca57453601d0c2098936287d98975e6 (patch) (side-by-side diff)
treeffdc1d494333537e33a3ad0390f83968cb884966 /core/pim/todo/otaskeditor.cpp
parent6f335843b89f60fe009b43a4134e9b3753fff974 (diff)
downloadopie-edd008d91ca57453601d0c2098936287d98975e6.zip
opie-edd008d91ca57453601d0c2098936287d98975e6.tar.gz
opie-edd008d91ca57453601d0c2098936287d98975e6.tar.bz2
Use ODebug (another 35 down...) - all of core/pim is converted.
Diffstat (limited to 'core/pim/todo/otaskeditor.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/otaskeditor.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pim/todo/otaskeditor.cpp b/core/pim/todo/otaskeditor.cpp
index a8349c1..55a3dd5 100644
--- a/core/pim/todo/otaskeditor.cpp
+++ b/core/pim/todo/otaskeditor.cpp
@@ -2,2 +2,4 @@
+#include <opie2/odebug.h>
+
#include "taskeditoroverview.h"
@@ -35,3 +37,3 @@ void OTaskEditor::init( const OPimTodo& to ) {
OPimTodo OTaskEditor::todo()const{
- qWarning("saving!");
+ Opie::Core::owarn << "saving!" << oendl;
OPimTodo to ( m_todo );