summaryrefslogtreecommitdiff
path: root/include/opie/todoresource.h
authorsimon <simon>2002-03-20 21:34:11 (UTC)
committer simon <simon>2002-03-20 21:34:11 (UTC)
commit011c84e728826d6f90ff6b15198308f3f9b9135a (patch) (side-by-side diff)
tree17a732f43b79c38a310c84193f4b262082370b76 /include/opie/todoresource.h
parenta209ccfd83698cf14ec7302275f7425f5023d81f (diff)
downloadopie-011c84e728826d6f90ff6b15198308f3f9b9135a.zip
opie-011c84e728826d6f90ff6b15198308f3f9b9135a.tar.gz
opie-011c84e728826d6f90ff6b15198308f3f9b9135a.tar.bz2
- these files have been moved back to libopie/ (copied directly on the CVS
server to preserve history) . They will be symlinked into this directory from there
Diffstat (limited to 'include/opie/todoresource.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opie/todoresource.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/opie/todoresource.h b/include/opie/todoresource.h
deleted file mode 100644
index 34edb04..0000000
--- a/include/opie/todoresource.h
+++ b/dev/null
@@ -1,14 +0,0 @@
-
-
-#ifndef opietodoresource_h
-#define opietodoresource_h
-
-class ToDoEvent;
-class ToDoResource {
- public:
- ToDoResource( ) {};
- virtual QValueList<ToDoEvent> load(const QString &file ) = 0;
- virtual bool save( const QString &file, const QValueList<ToDoEvent> & ) = 0;
-};
-
-#endif