From f9d940da940c8d42dc072f60ad72e69025650cf8 Mon Sep 17 00:00:00 2001 From: ar Date: Thu, 03 Jun 2004 18:50:11 +0000 Subject: - convert to odebug framework --- (limited to 'libopie2/examples/opiedb/sqltest/spaltenweise.cpp') diff --git a/libopie2/examples/opiedb/sqltest/spaltenweise.cpp b/libopie2/examples/opiedb/sqltest/spaltenweise.cpp index e1a4d5d..c11724c 100644 --- a/libopie2/examples/opiedb/sqltest/spaltenweise.cpp +++ b/libopie2/examples/opiedb/sqltest/spaltenweise.cpp @@ -16,12 +16,12 @@ int main( int argc, char* argv[] ) { OSQLBackEnd::ValueList list = man.queryBackEnd(); OSQLDriver *driver = man.standard(); - qWarning("testmain" + driver->id() ); + owarn << "testmain" + driver->id() << oendl; driver->setUrl("/home/ich/spaltenweise"); if ( driver->open() ) { - qWarning("could open"); + owarn << "could open" << oendl; }else - qWarning("wasn't able to open"); + owarn << "wasn't able to open" << oendl; OSQLRawQuery *raw = new OSQLRawQuery("create table todolist(" "uid,categories,completed," "progress,summary,HasDate," -- cgit v0.9.0.2