|
|
@ -100,7 +100,7 @@ EngineError KadmosDialog::findClassifiers()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
findClassifierPath();
|
|
|
|
findClassifierPath();
|
|
|
|
|
|
|
|
|
|
|
|
KLocale *locale = TDEGlobal::locale();
|
|
|
|
TDELocale *locale = TDEGlobal::locale();
|
|
|
|
TQStringList allCountries = locale->allLanguagesTwoAlpha ();
|
|
|
|
TQStringList allCountries = locale->allLanguagesTwoAlpha ();
|
|
|
|
for ( TQStringList::Iterator it = allCountries.begin();
|
|
|
|
for ( TQStringList::Iterator it = allCountries.begin();
|
|
|
|
it != allCountries.end(); ++it )
|
|
|
|
it != allCountries.end(); ++it )
|
|
|
@ -289,7 +289,7 @@ EngineError KadmosDialog::setupGui()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
m_cbLang = new TQComboBox( m_gbLang );
|
|
|
|
m_cbLang = new TQComboBox( m_gbLang );
|
|
|
|
m_cbLang->setCurrentText( KLocale::defaultCountry() );
|
|
|
|
m_cbLang->setCurrentText( TDELocale::defaultCountry() );
|
|
|
|
|
|
|
|
|
|
|
|
connect( m_bbFont, TQT_SIGNAL(clicked(int)), this, TQT_SLOT(slFontChanged(int) ));
|
|
|
|
connect( m_bbFont, TQT_SIGNAL(clicked(int)), this, TQT_SLOT(slFontChanged(int) ));
|
|
|
|
m_rbMachine->setChecked(true);
|
|
|
|
m_rbMachine->setChecked(true);
|
|
|
|