summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoview.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/todo/todoview.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/todoview.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/pim/todo/todoview.cpp b/core/pim/todo/todoview.cpp
index d99cf77..03e1060 100644
--- a/core/pim/todo/todoview.cpp
+++ b/core/pim/todo/todoview.cpp
@@ -2,2 +2,4 @@
+#include <opie2/odebug.h>
+
#include "todoview.h"
@@ -33,3 +35,3 @@ void TodoView::sort() {
m_sort = todoWindow()->sorted(m_asc,m_sortOrder );
- qWarning("m_sort.count() = %d", m_sort.count() );
+ Opie::Core::owarn << "m_sort.count() = " << m_sort.count() << oendl;
}
@@ -42,3 +44,3 @@ void TodoView::setSortOrder( int order ) {
void TodoView::setAscending( bool b ) {
- qWarning("setAscending %d", b );
+ Opie::Core::owarn << "setAscending " << b << oendl;
m_asc = b;