From c23db0c35b77cc1656ac8822ca948e73c50e8ee6 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 19 Mar 2002 19:14:32 +0000 Subject: Make multiple backends possible --- (limited to 'include/opie/todoresource.h') diff --git a/include/opie/todoresource.h b/include/opie/todoresource.h new file mode 100644 index 0000000..34edb04 --- a/dev/null +++ b/include/opie/todoresource.h @@ -0,0 +1,14 @@ + + +#ifndef opietodoresource_h +#define opietodoresource_h + +class ToDoEvent; +class ToDoResource { + public: + ToDoResource( ) {}; + virtual QValueList load(const QString &file ) = 0; + virtual bool save( const QString &file, const QValueList & ) = 0; +}; + +#endif -- cgit v0.9.0.2