@ -411,7 +411,7 @@ void KMyMoney2App::initActions(void)
// ***************************
// ***************************
// Actions w/o main menu entry
// Actions w/o main menu entry
// ***************************
// ***************************
new TDEAction ( i18n ( " New transaction button " , " New " ) , " file new" , TQKeySequence ( TQt : : CTRL | TQt : : Key_Insert ) , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionsNew ( ) ) , actionCollection ( ) , " transaction_new " ) ;
new TDEAction ( i18n ( " New transaction button " , " New " ) , " document- new" , TQKeySequence ( TQt : : CTRL | TQt : : Key_Insert ) , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionsNew ( ) ) , actionCollection ( ) , " transaction_new " ) ;
// we use Return as the same shortcut for Edit and Enter. Therefore, we don't allow
// we use Return as the same shortcut for Edit and Enter. Therefore, we don't allow
// to change them (The standard KDE dialog complains anyway if you want to assign
// to change them (The standard KDE dialog complains anyway if you want to assign
@ -424,7 +424,7 @@ void KMyMoney2App::initActions(void)
new TDEAction ( i18n ( " Edit split button " , " Edit splits " ) , " split_transaction " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionsEditSplits ( ) ) , actionCollection ( ) , " transaction_editsplits " ) ;
new TDEAction ( i18n ( " Edit split button " , " Edit splits " ) , " split_transaction " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionsEditSplits ( ) ) , actionCollection ( ) , " transaction_editsplits " ) ;
new TDEAction ( i18n ( " Cancel transaction edit " , " Cancel " ) , " button_cancel " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionsCancel ( ) ) , actionCollection ( ) , " transaction_cancel " ) ;
new TDEAction ( i18n ( " Cancel transaction edit " , " Cancel " ) , " button_cancel " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionsCancel ( ) ) , actionCollection ( ) , " transaction_cancel " ) ;
new TDEAction ( i18n ( " Delete transaction " , " Delete " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionsDelete ( ) ) , actionCollection ( ) , " transaction_delete " ) ;
new TDEAction ( i18n ( " Delete transaction " , " Delete " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionsDelete ( ) ) , actionCollection ( ) , " transaction_delete " ) ;
new TDEAction ( i18n ( " Duplicate transaction " , " Duplicate " ) , " edit copy" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionDuplicate ( ) ) , actionCollection ( ) , " transaction_duplicate " ) ;
new TDEAction ( i18n ( " Duplicate transaction " , " Duplicate " ) , " edit - copy" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionDuplicate ( ) ) , actionCollection ( ) , " transaction_duplicate " ) ;
new TDEAction ( i18n ( " Button text for match transaction " , " Match " ) , " process-stop " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionMatch ( ) ) , actionCollection ( ) , " transaction_match " ) ;
new TDEAction ( i18n ( " Button text for match transaction " , " Match " ) , " process-stop " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionMatch ( ) ) , actionCollection ( ) , " transaction_match " ) ;
new TDEAction ( i18n ( " Accept 'imported' and 'matched' transaction " , " Accept " ) , " apply " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionsAccept ( ) ) , actionCollection ( ) , " transaction_accept " ) ;
new TDEAction ( i18n ( " Accept 'imported' and 'matched' transaction " , " Accept " ) , " apply " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionsAccept ( ) ) , actionCollection ( ) , " transaction_accept " ) ;
@ -441,34 +441,34 @@ void KMyMoney2App::initActions(void)
new TDEAction ( i18n ( " Assign next number " ) , " " , TDEShortcut ( " Ctrl+Shift+N " ) , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionAssignNumber ( ) ) , actionCollection ( ) , " transaction_assign_number " ) ;
new TDEAction ( i18n ( " Assign next number " ) , " " , TDEShortcut ( " Ctrl+Shift+N " ) , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionAssignNumber ( ) ) , actionCollection ( ) , " transaction_assign_number " ) ;
new TDEAction ( i18n ( " Combine transactions " , " Combine " ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionCombine ( ) ) , actionCollection ( ) , " transaction_combine " ) ;
new TDEAction ( i18n ( " Combine transactions " , " Combine " ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotTransactionCombine ( ) ) , actionCollection ( ) , " transaction_combine " ) ;
new TDEAction ( i18n ( " New investment " ) , " file new" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotInvestmentNew ( ) ) , actionCollection ( ) , " investment_new " ) ;
new TDEAction ( i18n ( " New investment " ) , " document- new" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotInvestmentNew ( ) ) , actionCollection ( ) , " investment_new " ) ;
new TDEAction ( i18n ( " Edit investment... " ) , " edit " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotInvestmentEdit ( ) ) , actionCollection ( ) , " investment_edit " ) ;
new TDEAction ( i18n ( " Edit investment... " ) , " edit " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotInvestmentEdit ( ) ) , actionCollection ( ) , " investment_edit " ) ;
new TDEAction ( i18n ( " Delete investment... " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotInvestmentDelete ( ) ) , actionCollection ( ) , " investment_delete " ) ;
new TDEAction ( i18n ( " Delete investment... " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotInvestmentDelete ( ) ) , actionCollection ( ) , " investment_delete " ) ;
new TDEAction ( i18n ( " Online price update... " ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotOnlinePriceUpdate ( ) ) , actionCollection ( ) , " investment_online_price_update " ) ;
new TDEAction ( i18n ( " Online price update... " ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotOnlinePriceUpdate ( ) ) , actionCollection ( ) , " investment_online_price_update " ) ;
new TDEAction ( i18n ( " Manual price update... " ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotManualPriceUpdate ( ) ) , actionCollection ( ) , " investment_manual_price_update " ) ;
new TDEAction ( i18n ( " Manual price update... " ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotManualPriceUpdate ( ) ) , actionCollection ( ) , " investment_manual_price_update " ) ;
new TDEAction ( i18n ( " New scheduled transaction... " ) , " file new" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleNew ( ) ) , actionCollection ( ) , " schedule_new " ) ;
new TDEAction ( i18n ( " New scheduled transaction... " ) , " document- new" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleNew ( ) ) , actionCollection ( ) , " schedule_new " ) ;
new TDEAction ( i18n ( " Edit scheduled transaction... " ) , " edit " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleEdit ( ) ) , actionCollection ( ) , " schedule_edit " ) ;
new TDEAction ( i18n ( " Edit scheduled transaction... " ) , " edit " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleEdit ( ) ) , actionCollection ( ) , " schedule_edit " ) ;
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_fwd " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleSkip ( ) ) , actionCollection ( ) , " schedule_skip " ) ;
new TDEAction ( i18n ( " Skip next transaction... " ) , " player_fwd " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotScheduleSkip ( ) ) , actionCollection ( ) , " schedule_skip " ) ;
new TDEAction ( i18n ( " New payee " ) , " file 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 " ) ;
new TDEAction ( i18n ( " Delete payee " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotPayeeDelete ( ) ) , actionCollection ( ) , " payee_delete " ) ;
new TDEAction ( i18n ( " Delete payee " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotPayeeDelete ( ) ) , actionCollection ( ) , " payee_delete " ) ;
new TDEAction ( i18n ( " New budget " ) , " file new" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotBudgetNew ( ) ) , actionCollection ( ) , " budget_new " ) ;
new TDEAction ( i18n ( " New budget " ) , " document- new" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotBudgetNew ( ) ) , actionCollection ( ) , " budget_new " ) ;
new TDEAction ( i18n ( " Rename budget " ) , " edit " , 0 , TQT_TQOBJECT ( this ) , TQT_SIGNAL ( budgetRename ( ) ) , actionCollection ( ) , " budget_rename " ) ;
new TDEAction ( i18n ( " Rename budget " ) , " edit " , 0 , TQT_TQOBJECT ( this ) , TQT_SIGNAL ( budgetRename ( ) ) , actionCollection ( ) , " budget_rename " ) ;
new TDEAction ( i18n ( " Delete budget " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotBudgetDelete ( ) ) , actionCollection ( ) , " budget_delete " ) ;
new TDEAction ( i18n ( " Delete budget " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotBudgetDelete ( ) ) , actionCollection ( ) , " budget_delete " ) ;
new TDEAction ( i18n ( " Copy budget " ) , " edit copy" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotBudgetCopy ( ) ) , actionCollection ( ) , " budget_copy " ) ;
new TDEAction ( i18n ( " Copy budget " ) , " edit - copy" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotBudgetCopy ( ) ) , actionCollection ( ) , " budget_copy " ) ;
new TDEAction ( i18n ( " Change budget year " ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotBudgetChangeYear ( ) ) , actionCollection ( ) , " budget_change_year " ) ;
new TDEAction ( i18n ( " Change budget year " ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotBudgetChangeYear ( ) ) , actionCollection ( ) , " budget_change_year " ) ;
new TDEAction ( i18n ( " Budget based on forecast " , " Forecast " ) , " forcast " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotBudgetForecast ( ) ) , actionCollection ( ) , " budget_forecast " ) ;
new TDEAction ( i18n ( " Budget based on forecast " , " Forecast " ) , " forcast " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotBudgetForecast ( ) ) , actionCollection ( ) , " budget_forecast " ) ;
// ************************
// ************************
// Currency actions
// Currency actions
// ************************
// ************************
new TDEAction ( i18n ( " New currency " ) , " file new" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotCurrencyNew ( ) ) , actionCollection ( ) , " currency_new " ) ;
new TDEAction ( i18n ( " New currency " ) , " document- new" , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotCurrencyNew ( ) ) , actionCollection ( ) , " currency_new " ) ;
new TDEAction ( i18n ( " Rename currency " ) , " edit " , 0 , TQT_TQOBJECT ( this ) , TQT_SIGNAL ( currencyRename ( ) ) , actionCollection ( ) , " currency_rename " ) ;
new TDEAction ( i18n ( " Rename currency " ) , " edit " , 0 , TQT_TQOBJECT ( this ) , TQT_SIGNAL ( currencyRename ( ) ) , actionCollection ( ) , " currency_rename " ) ;
new TDEAction ( i18n ( " Delete currency " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotCurrencyDelete ( ) ) , actionCollection ( ) , " currency_delete " ) ;
new TDEAction ( i18n ( " Delete currency " ) , " delete " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotCurrencyDelete ( ) ) , actionCollection ( ) , " currency_delete " ) ;
new TDEAction ( i18n ( " Select as base currency " ) , " kmymoney2 " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotCurrencySetBase ( ) ) , actionCollection ( ) , " currency_setbase " ) ;
new TDEAction ( i18n ( " Select as base currency " ) , " kmymoney2 " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotCurrencySetBase ( ) ) , actionCollection ( ) , " currency_setbase " ) ;