summaryrefslogtreecommitdiffstats
path: root/kspell2/ui/highlighter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspell2/ui/highlighter.cpp')
-rw-r--r--kspell2/ui/highlighter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspell2/ui/highlighter.cpp b/kspell2/ui/highlighter.cpp
index 2d185462d..a3c33d7ae 100644
--- a/kspell2/ui/highlighter.cpp
+++ b/kspell2/ui/highlighter.cpp
@@ -110,7 +110,7 @@ TQString Highlighter::currentLanguage() const
void Highlighter::setCurrentLanguage( const TQString& lang )
{
- if ( !d->dictCache.find( lang ) ) {
+ if ( !d->dictCache.tqfind( lang ) ) {
Dictionary *dict = d->broker->dictionary( lang );
if ( dict ) {
d->dictCache.insert( lang, dict );