summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoview.cpp
Unidiff
Diffstat (limited to 'core/pim/todo/todoview.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/todoview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/todo/todoview.cpp b/core/pim/todo/todoview.cpp
index 03e1060..3d2c982 100644
--- a/core/pim/todo/todoview.cpp
+++ b/core/pim/todo/todoview.cpp
@@ -35,3 +35,3 @@ void TodoView::sort() {
35 m_sort = todoWindow()->sorted(m_asc,m_sortOrder ); 35 m_sort = todoWindow()->sorted(m_asc,m_sortOrder );
36 Opie::Core::owarn << "m_sort.count() = " << m_sort.count() << oendl; 36 owarn << "m_sort.count() = " << m_sort.count() << oendl;
37} 37}
@@ -44,3 +44,3 @@ void TodoView::setSortOrder( int order ) {
44void TodoView::setAscending( bool b ) { 44void TodoView::setAscending( bool b ) {
45 Opie::Core::owarn << "setAscending " << b << oendl; 45 owarn << "setAscending " << b << oendl;
46 m_asc = b; 46 m_asc = b;