summaryrefslogtreecommitdiffabout
path: root/libkcal/calendarresources.h
Unidiff
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 @@
1#ifndef MICRO_KCAL_CALENDARRESOURCES_H
2#define MICRO_KCAL_CALENDARRESOURCES_H
3
4#include "calendar.h"
5#include "resourcecalendar.h"
6
7namespace KCal {
8
9class CalendarResources : public Calendar
10{
11 public:
12 CalendarResourceManager *resourceManager() { return 0; }
13};
14
15}
16
17#endif