summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoview.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/todo/todoview.cpp') (more/less context) (ignore 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
@@ -1,4 +1,6 @@
#include "mainwindow.h"
+#include <opie2/odebug.h>
+
#include "todoview.h"
@@ -32,5 +34,5 @@ OPimTodoAccess::List TodoView::sorted()const{
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;
}
void TodoView::sort(int sort) {
@@ -41,5 +43,5 @@ void TodoView::setSortOrder( int order ) {
}
void TodoView::setAscending( bool b ) {
- qWarning("setAscending %d", b );
+ Opie::Core::owarn << "setAscending " << b << oendl;
m_asc = b;
}