25 #ifndef _KOEVENTVIEW_H
26 #define _KOEVENTVIEW_H
28 #include <libkcal/incidencebase.h>
30 #include <korganizer/baseview.h>
38 class KOEventPopupMenu;
79 virtual int maxDatesHint() = 0;
84 KOEventPopupMenu *eventPopup();
89 TQPopupMenu *newEventPopup();
119 void shiftedEvent( const TQDate& olddate, const TQDate& newdate);
128 virtual void showNewEventPopup();
|