diff options
Diffstat (limited to 'kword/KWBgSpellCheck.cpp')
-rw-r--r-- | kword/KWBgSpellCheck.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWBgSpellCheck.cpp b/kword/KWBgSpellCheck.cpp index 7b352e09..a1bd1f5c 100644 --- a/kword/KWBgSpellCheck.cpp +++ b/kword/KWBgSpellCheck.cpp @@ -36,7 +36,7 @@ using namespace KSpell2; KWBgSpellCheck::KWBgSpellCheck(KWDocument *_doc) - : KoBgSpellCheck( Broker::openBroker( KSharedConfig::openConfig( "kwordrc" ) ), + : KoBgSpellCheck( Broker::openBroker( TDESharedConfig::openConfig( "kwordrc" ) ), _doc ) { m_doc=_doc; |