summaryrefslogtreecommitdiffstats
path: root/kspell2/broker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspell2/broker.cpp')
-rw-r--r--kspell2/broker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspell2/broker.cpp b/kspell2/broker.cpp
index 0149dace1..b24f20beb 100644
--- a/kspell2/broker.cpp
+++ b/kspell2/broker.cpp
@@ -65,7 +65,7 @@ Broker *Broker::openBroker( KSharedConfig *config )
preventDeletion = config;
if ( s_brokers ) {
- Broker *broker = s_brokers->find( preventDeletion );
+ Broker *broker = s_brokers->tqfind( preventDeletion );
if ( broker )
return broker;
}