diff options
Diffstat (limited to 'tools/thesaurus/main.cpp')
-rw-r--r-- | tools/thesaurus/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/thesaurus/main.cpp b/tools/thesaurus/main.cpp index 06da2682..47554d3e 100644 --- a/tools/thesaurus/main.cpp +++ b/tools/thesaurus/main.cpp @@ -236,7 +236,7 @@ bool Thesaurus::run(const TQString& command, void* data, const TQString& datatyp { // Check whether we can accept the data - if ( datatype != TQSTRING_OBJECT_NAME_STRING ) { + if ( datatype != "TQString" ) { kdDebug(31000) << "Thesaurus only accepts datatype TQString" << endl; return FALSE; } |