22 #ifndef KCAL_VCALDRAG_H
23 #define KCAL_VCALDRAG_H
25 #include <tqdragobject.h>
26 #include "libkcal_export.h"
35 class KDE_EXPORT VCalDrag : public TQStoredDrag
47 static bool canDecode( TQMimeSource * );
51 static bool decode( TQMimeSource *e, Calendar *cal );
|