@ -357,8 +357,8 @@ void KMyMoney2App::initActions(void)
// note : action "category_new" is included in this menu but defined below
// note : action "category_new" is included in this menu but defined below
new TDEAction ( i18n ( " Open ledger " ) , " ledger " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountOpen ( ) ) , actionCollection ( ) , " account_open " ) ;
new TDEAction ( i18n ( " Open ledger " ) , " ledger " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountOpen ( ) ) , actionCollection ( ) , " account_open " ) ;
new TDEAction ( i18n ( " Reconcile... " ) , " reconcile " , TDEShortcut ( " Ctrl+Shift+R " ) , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountReconcileStart ( ) ) , actionCollection ( ) , " account_reconcile " ) ;
new TDEAction ( i18n ( " Reconcile... " ) , " reconcile " , TDEShortcut ( " Ctrl+Shift+R " ) , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountReconcileStart ( ) ) , actionCollection ( ) , " account_reconcile " ) ;
new TDEAction ( i18n ( " Finish reconciliation " , " Finish " ) , " player_en d" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountReconcileFinish ( ) ) , actionCollection ( ) , " account_reconcile_finish " ) ;
new TDEAction ( i18n ( " Finish reconciliation " , " Finish " ) , " media-skip-forwar d" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountReconcileFinish ( ) ) , actionCollection ( ) , " account_reconcile_finish " ) ;
new TDEAction ( i18n ( " Postpone reconciliation " , " Postpone " ) , " player_ pause" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountReconcilePostpone ( ) ) , actionCollection ( ) , " account_reconcile_postpone " ) ;
new TDEAction ( i18n ( " Postpone reconciliation " , " Postpone " ) , " media-playback- pause" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountReconcilePostpone ( ) ) , actionCollection ( ) , " account_reconcile_postpone " ) ;
new TDEAction ( i18n ( " Edit account... " ) , " edit " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountEdit ( ) ) , actionCollection ( ) , " account_edit " ) ;
new TDEAction ( i18n ( " Edit account... " ) , " edit " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountEdit ( ) ) , actionCollection ( ) , " account_edit " ) ;
new TDEAction ( i18n ( " Delete account... " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountDelete ( ) ) , actionCollection ( ) , " account_delete " ) ;
new TDEAction ( i18n ( " Delete account... " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountDelete ( ) ) , actionCollection ( ) , " account_delete " ) ;
new TDEAction ( i18n ( " Close account " ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountClose ( ) ) , actionCollection ( ) , " account_close " ) ;
new TDEAction ( i18n ( " Close account " ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAccountClose ( ) ) , actionCollection ( ) , " account_close " ) ;
@ -452,7 +452,7 @@ void KMyMoney2App::initActions(void)
new TDEAction ( i18n ( " Delete scheduled transaction... " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleDelete ( ) ) , actionCollection ( ) , " schedule_delete " ) ;
new TDEAction ( i18n ( " Delete scheduled transaction... " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleDelete ( ) ) , actionCollection ( ) , " schedule_delete " ) ;
new TDEAction ( i18n ( " Duplicate scheduled transaction " ) , " edit-copy " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleDuplicate ( ) ) , actionCollection ( ) , " schedule_duplicate " ) ;
new TDEAction ( i18n ( " Duplicate scheduled transaction " ) , " edit-copy " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleDuplicate ( ) ) , actionCollection ( ) , " schedule_duplicate " ) ;
new TDEAction ( i18n ( " Enter next transaction... " ) , " key_enter " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleEnter ( ) ) , actionCollection ( ) , " schedule_enter " ) ;
new TDEAction ( i18n ( " Enter next transaction... " ) , " key_enter " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleEnter ( ) ) , actionCollection ( ) , " schedule_enter " ) ;
new TDEAction ( i18n ( " Skip next transaction... " ) , " player_fw d" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleSkip ( ) ) , actionCollection ( ) , " schedule_skip " ) ;
new TDEAction ( i18n ( " Skip next transaction... " ) , " media-seek-forwar d" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleSkip ( ) ) , actionCollection ( ) , " schedule_skip " ) ;
new TDEAction ( i18n ( " New payee " ) , " document-new " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotPayeeNew ( ) ) , actionCollection ( ) , " payee_new " ) ;
new TDEAction ( i18n ( " New payee " ) , " document-new " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotPayeeNew ( ) ) , actionCollection ( ) , " payee_new " ) ;
new TDEAction ( i18n ( " Rename payee " ) , " edit " , 0 , TQT_TQOBJECT ( this ) , TQT_SIGNAL ( payeeRename ( ) ) , actionCollection ( ) , " payee_rename " ) ;
new TDEAction ( i18n ( " Rename payee " ) , " edit " , 0 , TQT_TQOBJECT ( this ) , TQT_SIGNAL ( payeeRename ( ) ) , actionCollection ( ) , " payee_rename " ) ;