diff options
Diffstat (limited to 'kooka/kocrkadmos.cpp')
-rw-r--r-- | kooka/kocrkadmos.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kooka/kocrkadmos.cpp b/kooka/kocrkadmos.cpp index 0e2ebdf7..2d306b07 100644 --- a/kooka/kocrkadmos.cpp +++ b/kooka/kocrkadmos.cpp @@ -100,7 +100,7 @@ EngineError KadmosDialog::findClassifiers() { findClassifierPath(); - KLocale *locale = TDEGlobal::locale(); + TDELocale *locale = TDEGlobal::locale(); TQStringList allCountries = locale->allLanguagesTwoAlpha (); for ( TQStringList::Iterator it = allCountries.begin(); it != allCountries.end(); ++it ) @@ -289,7 +289,7 @@ EngineError KadmosDialog::setupGui() 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) )); m_rbMachine->setChecked(true); |