From 20e4a19b0d7cc800d57be50c56d69023adae4046 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 11 Jul 2023 21:42:08 +0900 Subject: Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro --- tools/spell/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/spell/main.cpp') 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; -- cgit v1.2.1