Go to the documentation of this file.
28 #ifndef _KONSOLEKALENDARVARIABLES_H_
29 #define _KONSOLEKALENDARVARIABLES_H_
31 #include <libkcal/calendarlocal.h>
32 #include <libkcal/calendarresources.h>
33 #include <libkcal/resourcelocal.h>
34 #include <libkcal/resourcecalendar.h>
35 #include <libkcal/event.h>
38 #include <tqdatetime.h>
162 void setUID( TQString uid );
369 bool m_bIsStartDateTime;
370 TQDateTime m_startDateTime;
371 bool m_bIsEndDateTime;
372 TQDateTime m_endDateTime;
381 ExportType m_exportType;
382 bool m_bIsExportFile;
383 TQString m_exportFile;
386 TQString m_description;
394 CalendarResources *m_calendarResources;
|