summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrBgSpellCheck.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:15:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:15:51 -0600
commitf7055674768fa7f0267da4a14b9061e60ebab3fc (patch)
tree9cf91b2040d16220234c24c945e950952c359832 /kpresenter/KPrBgSpellCheck.cpp
parentaf2ab9c9888013e42237f71166eeafe5e988da0f (diff)
downloadkoffice-f7055674768fa7f0267da4a14b9061e60ebab3fc.tar.gz
koffice-f7055674768fa7f0267da4a14b9061e60ebab3fc.zip
Rename KShared
Diffstat (limited to 'kpresenter/KPrBgSpellCheck.cpp')
-rw-r--r--kpresenter/KPrBgSpellCheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrBgSpellCheck.cpp b/kpresenter/KPrBgSpellCheck.cpp
index 0bd3ce402..0493c64d6 100644
--- a/kpresenter/KPrBgSpellCheck.cpp
+++ b/kpresenter/KPrBgSpellCheck.cpp
@@ -35,7 +35,7 @@ using namespace KSpell2;
#include <klocale.h>
KPrBgSpellCheck::KPrBgSpellCheck(KPrDocument *_doc)
- : KoBgSpellCheck(Broker::openBroker( KSharedConfig::openConfig( "kpresenterrc" ) ), _doc )
+ : KoBgSpellCheck(Broker::openBroker( TDESharedConfig::openConfig( "kpresenterrc" ) ), _doc )
{
m_doc=_doc;
m_currentObj=0L;