diff options
Diffstat (limited to 'tools/spell/main.cpp')
-rw-r--r-- | tools/spell/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/spell/main.cpp b/tools/spell/main.cpp index 564f6662..4dc980d8 100644 --- a/tools/spell/main.cpp +++ b/tools/spell/main.cpp @@ -60,7 +60,7 @@ bool SpellChecker::run( const TQString& command, void* data, const TQString& dat } // Check wether we can accept the data - if ( datatype != TQSTRING_OBJECT_NAME_STRING ) + if ( datatype != "TQString" ) { kdDebug(31000) << "SpellChecker only accepts datatype TQString" << endl; return FALSE; |