summaryrefslogtreecommitdiff
path: root/libopie/todoresource.h
Unidiff
Diffstat (limited to 'libopie/todoresource.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/todoresource.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libopie/todoresource.h b/libopie/todoresource.h
deleted file mode 100644
index 34edb04..0000000
--- a/libopie/todoresource.h
+++ b/dev/null
@@ -1,14 +0,0 @@
1
2
3#ifndef opietodoresource_h
4#define opietodoresource_h
5
6class ToDoEvent;
7class ToDoResource {
8 public:
9 ToDoResource( ) {};
10 virtual QValueList<ToDoEvent> load(const QString &file ) = 0;
11 virtual bool save( const QString &file, const QValueList<ToDoEvent> & ) = 0;
12};
13
14#endif