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/templateeditor.h') diff --git a/core/pim/todo/templateeditor.h b/core/pim/todo/templateeditor.h new file mode 100644 index 0000000..e551328 --- a/dev/null +++ b/core/pim/todo/templateeditor.h @@ -0,0 +1,31 @@ +#ifndef OPIE_TEMPLATE_EDITOR_H +#define OPIE_TEMPLATE_EDITOR_H + +#include +#include +#include + +namespace Todo { + + class MainWindow; + class TemplateManager; + class TemplateEditor : public QObject{ + Q_OBJECT + public: + TemplateEditor( MainWindow* win, + TemplateManager* man); + ~TemplateEditor(); + + signals: + void configChanged(); + private: + void init(); + MainWindow* m_main; + TemplateManager* m_man; +private slots: + void setUp(); + + }; +}; + +#endif -- cgit v0.9.0.2