summaryrefslogtreecommitdiffstats
path: root/kspell2/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspell2/settings.cpp')
-rw-r--r--kspell2/settings.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kspell2/settings.cpp b/kspell2/settings.cpp
index dd54cf53f..63b45e89d 100644
--- a/kspell2/settings.cpp
+++ b/kspell2/settings.cpp
@@ -180,7 +180,7 @@ bool Settings::ignore( const TQString& word )
void Settings::readIgnoreList()
{
- KConfigGroup conf( d->config, "Spelling" );
+ TDEConfigGroup conf( d->config, "Spelling" );
TQString ignoreEntry = TQString( "ignore_%1" ).arg( d->defaultLanguage );
TQStringList ignores = conf.readListEntry( ignoreEntry );
setQuietIgnoreList( ignores );
@@ -189,7 +189,7 @@ void Settings::readIgnoreList()
void Settings::save()
{
if ( d->modified ) {
- KConfigGroup conf( d->config, "Spelling" );
+ TDEConfigGroup conf( d->config, "Spelling" );
conf.writeEntry( "defaultClient", d->defaultClient );
conf.writeEntry( "defaultLanguage", d->defaultLanguage );
conf.writeEntry( "checkUppercase", d->checkUppercase );
@@ -203,7 +203,7 @@ void Settings::save()
void Settings::loadConfig()
{
- KConfigGroup conf( d->config, "Spelling" );
+ TDEConfigGroup conf( d->config, "Spelling" );
d->defaultClient = conf.readEntry( "defaultClient",
TQString::null );
d->defaultLanguage = conf.readEntry(