23 #ifndef KCAL_ICALDRAG_H
24 #define KCAL_ICALDRAG_H
26 #include <tqdragobject.h>
28 #include "libkcal_export.h"
35 class LIBKCAL_EXPORT
ICalDrag :
public TQStoredDrag
47 static bool canDecode( TQMimeSource * );
51 static bool decode( TQMimeSource *e,
Calendar *cal );
iCalendar drag&drop class.