getNewTGTAct=newTDEAction(i18n("&Obtain New Ticket Granting Ticket"),"add_user",0,this,TQT_SLOT(getNewTGT()),actionCollection(),"getnewtgt");
getNewSTAct=newTDEAction(i18n("&Obtain New Primary Service Ticket"),"add_user",0,this,TQT_SLOT(getNewServiceTicket()),actionCollection(),"getnewserviceticket");
getNewStandardSTAct=newTDEAction(i18n("&Obtain Authenticated Service Ticket"),"add_user",0,this,TQT_SLOT(getNewServiceTicketWithExistingCreds()),actionCollection(),"getstandardserviceticket");
destroyAllAct=newTDEAction(i18n("&Destroy All Tickets"),"delete_user",0,this,TQT_SLOT(destroyAllTickets()),actionCollection(),"destroyall");
getNewTGTAct=newTDEAction(i18n("&Obtain New Ticket Granting Ticket"),"add_user",0,this,TQ_SLOT(getNewTGT()),actionCollection(),"getnewtgt");
getNewSTAct=newTDEAction(i18n("&Obtain New Primary Service Ticket"),"add_user",0,this,TQ_SLOT(getNewServiceTicket()),actionCollection(),"getnewserviceticket");
getNewStandardSTAct=newTDEAction(i18n("&Obtain Authenticated Service Ticket"),"add_user",0,this,TQ_SLOT(getNewServiceTicketWithExistingCreds()),actionCollection(),"getstandardserviceticket");
destroyAllAct=newTDEAction(i18n("&Destroy All Tickets"),"delete_user",0,this,TQ_SLOT(destroyAllTickets()),actionCollection(),"destroyall");