diff options
Diffstat (limited to 'tools/kthesaurus/main.cpp')
-rw-r--r-- | tools/kthesaurus/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kthesaurus/main.cpp b/tools/kthesaurus/main.cpp index 9db6e571..047d2303 100644 --- a/tools/kthesaurus/main.cpp +++ b/tools/kthesaurus/main.cpp @@ -74,7 +74,7 @@ extern "C" KOFFICETOOLS_EXPORT int kdemain(int argc, char **argv) TQString command = "thesaurus_standalone"; // 'standalone' will give us different buttons TQString mimetype = "text/plain"; - TQString datatype = TQSTRING_OBJECT_NAME_STRING; + TQString datatype = "TQString"; //kdDebug() << "KThesaurus command=" << command // << " dataType=" << info->dataType() << endl; |