summaryrefslogtreecommitdiffabout
path: root/libkcal/calendarresources.h
Side-by-side diff
Diffstat (limited to 'libkcal/calendarresources.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/calendarresources.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libkcal/calendarresources.h b/libkcal/calendarresources.h
new file mode 100644
index 0000000..a218dd7
--- a/dev/null
+++ b/libkcal/calendarresources.h
@@ -0,0 +1,17 @@
+#ifndef MICRO_KCAL_CALENDARRESOURCES_H
+#define MICRO_KCAL_CALENDARRESOURCES_H
+
+#include "calendar.h"
+#include "resourcecalendar.h"
+
+namespace KCal {
+
+class CalendarResources : public Calendar
+{
+ public:
+ CalendarResourceManager *resourceManager() { return 0; }
+};
+
+}
+
+#endif