23 #ifndef KONSOLEKALENDAR_STDCALENDAR_H 24 #define KONSOLEKALENDAR_STDCALENDAR_H 26 #include <libkcal/calendarresources.h> 30 class TDE_EXPORT StdCalendar : public KCal::CalendarResources 34 StdCalendar( const TQString &fileName, const TQString &resName ); 37 void addFileResource( const TQString &fileName, const TQString &resName ); 40 KCal::CalendarResourceManager *mManager;
|