From edd008d91ca57453601d0c2098936287d98975e6 Mon Sep 17 00:00:00 2001 From: drw Date: Fri, 02 Apr 2004 22:15:36 +0000 Subject: Use ODebug (another 35 down...) - all of core/pim is converted. --- (limited to 'core/pim/todo/main.cpp') 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 @@ -20,7 +20,7 @@ #include "mainwindow.h" - +#include #include @@ -37,7 +37,7 @@ int main( int argc, char **argv ) time.start(); Todo::MainWindow mw; int t = time.elapsed(); - qWarning("QTime %d", t/1000 ); + Opie::Core::owarn << "QTime " << t/1000 << oendl; mw.setCaption( QObject::tr("Opie Todolist")); QObject::connect( &a, SIGNAL( flush() ), &mw, SLOT( slotFlush() ) ); QObject::connect( &a, SIGNAL( reload() ), &mw, SLOT( slotReload() ) ); -- cgit v0.9.0.2