diff options
Diffstat (limited to 'tools/spell/main.cc')
-rw-r--r-- | tools/spell/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/spell/main.cc b/tools/spell/main.cc index 290d6302..6f152f03 100644 --- a/tools/spell/main.cc +++ b/tools/spell/main.cc @@ -37,7 +37,7 @@ * ***************************************************/ -K_EXPORT_COMPONENT_FACTORY( libkspelltool, KGenericFactory<SpellChecker> ) +K_EXPORT_COMPONENT_FACTORY( libtdespelltool, KGenericFactory<SpellChecker> ) /*************************************************** * @@ -107,7 +107,7 @@ bool SpellChecker::run( const TQString& command, void* data, const TQString& dat #endif } } -#if 0 //PORT to kspell2 +#if 0 //PORT to tdespell2 // Call the spell checker KOSpell::modalCheck( buffer, &kosconfig ); *((TQString*)data) = buffer; |