summaryrefslogtreecommitdiffstats
path: root/kword
diff options
context:
space:
mode:
Diffstat (limited to 'kword')
-rw-r--r--kword/KWBgSpellCheck.cpp2
-rw-r--r--kword/KWView.cpp2
2 files changed, 2 insertions, 2 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;
diff --git a/kword/KWView.cpp b/kword/KWView.cpp
index 068e0da6..941c0562 100644
--- a/kword/KWView.cpp
+++ b/kword/KWView.cpp
@@ -235,7 +235,7 @@ KWView::KWView( const TQString& viewMode, TQWidget *parent, const char *name, KW
m_fsInline=0;
m_spell.kospell = 0;
m_spell.dlg = 0;
- m_broker = Broker::openBroker( KSharedConfig::openConfig( "kwordrc" ) );
+ m_broker = Broker::openBroker( TDESharedConfig::openConfig( "kwordrc" ) );
m_spell.macroCmdSpellCheck=0L;
m_spell.textIterator = 0L;
m_currentPage = m_doc->pageManager()->page(m_doc->startPage());