21 #ifndef TEMPLATEMENUACTION_H
22 #define TEMPLATEMENUACTION_H
24 #include <tdeactionclasses.h>
28 class TemplateMenuAction :
public TDEActionMenu
33 TemplateMenuAction(
const TQString& label,
const TQString& icon, TQObject* receiver,
34 const char* slot, TDEActionCollection* parent,
const char* name = 0);
41 void slotSelected(
int id);
44 TQStringList mOriginalTexts;
47 #endif // TEMPLATEMENUACTION_H
KAEvent corresponds to a KCal::Event instance.