summaryrefslogtreecommitdiffabout
path: root/libkcal/resourcecalendar.h
blob: 26b3831c81108a7f1f4f34901bf2dc7c80c086fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef MICRO_KCAL_RESOURCECALENDAR_H
#define MICRO_KCAL_RESOURCECALENDAR_H

namespace KCal {

class ResourceCalendar
{
};

class CalendarResourceManager
{
};

}

#endif