summaryrefslogtreecommitdiff
path: root/core/pim/todo/main.cpp
Unidiff
Diffstat (limited to 'core/pim/todo/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/todo/main.cpp b/core/pim/todo/main.cpp
index 7763169..d070ff8 100644
--- a/core/pim/todo/main.cpp
+++ b/core/pim/todo/main.cpp
@@ -22,3 +22,3 @@
22 22
23 23#include <opie2/odebug.h>
24 24
@@ -39,3 +39,3 @@ int main( int argc, char **argv )
39 int t = time.elapsed(); 39 int t = time.elapsed();
40 qWarning("QTime %d", t/1000 ); 40 Opie::Core::owarn << "QTime " << t/1000 << oendl;
41 mw.setCaption( QObject::tr("Opie Todolist")); 41 mw.setCaption( QObject::tr("Opie Todolist"));