From f11d4bda64b58abfebf77485d5d77143a10dc8c9 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 07 Oct 2002 11:39:30 +0000 Subject: Re add files for todo --- (limited to 'core/pim/todo/todoeditor.h') diff --git a/core/pim/todo/todoeditor.h b/core/pim/todo/todoeditor.h new file mode 100644 index 0000000..bbfdcb5 --- a/dev/null +++ b/core/pim/todo/todoeditor.h @@ -0,0 +1,25 @@ +#ifndef OPIE_TODO_EDITOR_H +#define OPIE_TODO_EDITOR_H + +#include + + +namespace Todo { + class Editor { + public: + Editor(); + ~Editor(); + + OTodo newTodo( int currentCatId, + QWidget* par ); + OTodo edit( QWidget* par, + const OTodo& ev = OTodo() ); + + + bool accepted()const; + private: + bool m_accepted: 1; + }; +}; + +#endif -- cgit v0.9.0.2