From 3fe437def8063926892bddf2dcc733861308836d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:10:32 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- tools/spell/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/spell/main.cc') 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 ); -- cgit v1.2.3