@ -401,7 +401,7 @@ void KMyMoney2App::initActions(void)
// *****************
// *****************
KStdAction : : preferences ( TQT_TQOBJECT ( this ) , TQT_SLOT ( slotSettings ( ) ) , actionCollection ( ) ) ;
KStdAction : : preferences ( TQT_TQOBJECT ( this ) , TQT_SLOT ( slotSettings ( ) ) , actionCollection ( ) ) ;
new KAction ( i18n ( " Enable all messages " ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotEnableMessages ( ) ) , actionCollection ( ) , " settings_enable_messages " ) ;
new KAction ( i18n ( " Enable all messages " ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotEnableMessages ( ) ) , actionCollection ( ) , " settings_enable_messages " ) ;
new KAction ( i18n ( " K DE language settings..." ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotKDELanguageSettings ( ) ) , actionCollection ( ) , " settings_language " ) ;
new KAction ( i18n ( " T DE language settings..." ) , " " , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotKDELanguageSettings ( ) ) , actionCollection ( ) , " settings_language " ) ;
// *************
// *************
// The help menu
// The help menu
@ -4256,7 +4256,7 @@ void KMyMoney2App::slotBudgetForecast(void)
void KMyMoney2App : : slotKDELanguageSettings ( void )
void KMyMoney2App : : slotKDELanguageSettings ( void )
{
{
KMessageBox : : information ( this , i18n ( " Please be aware that changes made in the following dialog affect all K DE applications not only KMyMoney." ) , i18n ( " Warning " ) , " LanguageSettingsWarning " ) ;
KMessageBox : : information ( this , i18n ( " Please be aware that changes made in the following dialog affect all T DE applications not only KMyMoney." ) , i18n ( " Warning " ) , " LanguageSettingsWarning " ) ;
TQStringList args ;
TQStringList args ;
args < < " language " ;
args < < " language " ;