40 #include "koglobals.h"
43 #include <libkcal/icalformat.h>
44 #include <libkcal/scheduler.h>
46 #include <tdeio/job.h>
57 class FreeBusyManager;
60 class IncidenceChangerBase;
65 class KOGroupware : public TQObject
71 static KOGroupware* instance();
73 FreeBusyManager *freeBusyManager();
81 KOGlobals::HowChanged action,
82 bool attendeeStatusChanged,
83 int dontAskForGroupware = 0 );
93 TQString msTNEFToVPart( const TQByteArray& tnef );
97 void setDoNotNotify( bool notify ) { mDoNotNotify = notify; }
98 bool doNotNotify() { return mDoNotNotify; }
102 void incomingDirChanged( const TQString& path );
105 void slotViewNewIncidenceChanger( IncidenceChangerBase* changer );
107 void initialCheckForChanges();
112 static KOGroupware *mInstance;
116 static FreeBusyManager *mFreeBusyManager;
This is the main calendar widget.
|