diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:10:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:10:32 -0600 |
commit | 3fe437def8063926892bddf2dcc733861308836d (patch) | |
tree | 021d66ad023a32bc8ea0074a1ab3d01316aff8b0 /tools/spell | |
parent | 5b8ab149469c8e186ee8b05d90c0103ae722dd85 (diff) | |
download | koffice-3fe437def8063926892bddf2dcc733861308836d.tar.gz koffice-3fe437def8063926892bddf2dcc733861308836d.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'tools/spell')
-rw-r--r-- | tools/spell/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/spell/main.cc b/tools/spell/main.cc index 4489aa4f..290d6302 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 ); |