From bea97f98bfb31994425908e7ce982b2450696706 Mon Sep 17 00:00:00 2001 From: drw Date: Wed, 25 Feb 2004 16:32:24 +0000 Subject: Todo: libopie->libopie2 --- (limited to 'core/pim/todo/todoeditor.h') diff --git a/core/pim/todo/todoeditor.h b/core/pim/todo/todoeditor.h index fe30634..bcfd205 100644 --- a/core/pim/todo/todoeditor.h +++ b/core/pim/todo/todoeditor.h @@ -1,7 +1,7 @@ #ifndef OPIE_TODO_EDITOR_H #define OPIE_TODO_EDITOR_H -#include +#include class OTaskEditor; @@ -11,10 +11,10 @@ namespace Todo { Editor(); ~Editor(); - OTodo newTodo( int currentCatId, + OPimTodo newTodo( int currentCatId, QWidget* par ); - OTodo edit( QWidget* par, - const OTodo& ev = OTodo() ); + OPimTodo edit( QWidget* par, + const OPimTodo& ev = OPimTodo() ); bool accepted()const; -- cgit v0.9.0.2