summaryrefslogtreecommitdiff
path: root/core/pim/todo/templateeditor.h
authordrw <drw>2005-01-30 00:32:33 (UTC)
committer drw <drw>2005-01-30 00:32:33 (UTC)
commit114c5c468032a08205b2d8b7da3966bff6d47875 (patch) (side-by-side diff)
treebbd79021246e747f7292eda140e424cf9d750ac5 /core/pim/todo/templateeditor.h
parent43f82d5c68e1d7a5b26f862c26a76253a85e7518 (diff)
downloadopie-114c5c468032a08205b2d8b7da3966bff6d47875.zip
opie-114c5c468032a08205b2d8b7da3966bff6d47875.tar.gz
opie-114c5c468032a08205b2d8b7da3966bff6d47875.tar.bz2
Convert Todo to use new OPimMainWindow functionality, plus some other code clean-ups
Diffstat (limited to 'core/pim/todo/templateeditor.h') (more/less context) (ignore 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