newTDEAction(i18n("Button text for match transaction","Match"),"stop",0,TQT_TQOBJECT(this),TQT_SLOT(slotTransactionMatch()),actionCollection(),"transaction_match");
newTDEAction(i18n("Button text for match transaction","Match"),"process-stop",0,TQT_TQOBJECT(this),TQT_SLOT(slotTransactionMatch()),actionCollection(),"transaction_match");
newTDEAction(i18n("Accept 'imported' and 'matched' transaction","Accept"),"apply",0,TQT_TQOBJECT(this),TQT_SLOT(slotTransactionsAccept()),actionCollection(),"transaction_accept");