summaryrefslogtreecommitdiff
path: root/core/pim/todo/templateeditor.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/templateeditor.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/templateeditor.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/core/pim/todo/templateeditor.h b/core/pim/todo/templateeditor.h
deleted file mode 100644
index e551328..0000000
--- a/core/pim/todo/templateeditor.h
+++ b/dev/null
@@ -1,31 +0,0 @@
-#ifndef OPIE_TEMPLATE_EDITOR_H
-#define OPIE_TEMPLATE_EDITOR_H
-
-#include <qobject.h>
-#include <qdialog.h>
-#include <qstring.h>
-
-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