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/templatedialogimpl.h') diff --git a/core/pim/todo/templatedialogimpl.h b/core/pim/todo/templatedialogimpl.h new file mode 100644 index 0000000..f366c9e --- a/dev/null +++ b/core/pim/todo/templatedialogimpl.h @@ -0,0 +1,33 @@ +#ifndef OPIE_TEMPLATE_DIALOG_IMPL_H +#define OPIE_TEMPLATE_DIALOG_IMPL_H + +#include + +#include + +#include "templatedialog.h" + + +namespace Todo { + + class MainWindow; + class TemplateManager; + class TemplateDialogImpl : public Todo::TemplateDialog { + Q_OBJECT + public: + TemplateDialogImpl( MainWindow* win, TemplateManager* ); + ~TemplateDialogImpl(); + + private: + MainWindow* m_win; + TemplateManager* m_man; +private slots: + void slotAdd(); + void slotRemove(); + void slotEdit(); + void slotReturn(); + void slotClicked(QListViewItem*); + }; +}; + +#endif -- cgit v0.9.0.2