summaryrefslogtreecommitdiffstats
path: root/tools/spell/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/spell/main.cc')
-rw-r--r--tools/spell/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/spell/main.cc b/tools/spell/main.cc
index 4489aa4f5..290d63020 100644
--- a/tools/spell/main.cc
+++ b/tools/spell/main.cc
@@ -78,7 +78,7 @@ bool SpellChecker::run( const TQString& command, void* data, const TQString& dat
if ( instance() )
{
- KConfig * config = instance()->config();
+ TDEConfig * config = instance()->config();
TQCString gn( "KSpell " );
gn += instance()->instanceName(); // for compat reasons, and to avoid finding the group in kdeglobals (hmm...)
TQString groupName = TQString::fromLatin1( gn );