summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoBgSpellCheck.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:10:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:10:41 -0600
commit7422cac1a18dca897d3830a267eb91683d05a95b (patch)
tree2ba309f49b47a5fbb0b226801b224c2532b7ab1a /lib/kotext/KoBgSpellCheck.cpp
parent3fe437def8063926892bddf2dcc733861308836d (diff)
downloadkoffice-7422cac1a18dca897d3830a267eb91683d05a95b.tar.gz
koffice-7422cac1a18dca897d3830a267eb91683d05a95b.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'lib/kotext/KoBgSpellCheck.cpp')
-rw-r--r--lib/kotext/KoBgSpellCheck.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/kotext/KoBgSpellCheck.cpp b/lib/kotext/KoBgSpellCheck.cpp
index 604a62376..3df928a13 100644
--- a/lib/kotext/KoBgSpellCheck.cpp
+++ b/lib/kotext/KoBgSpellCheck.cpp
@@ -31,11 +31,11 @@
#include "KoTextDocument.h"
-#include <kspell2/backgroundchecker.h>
-#include <kspell2/broker.h>
-#include <kspell2/dictionary.h>
-#include <kspell2/settings.h>
-#include <kspell2/filter.h>
+#include <tdespell2/backgroundchecker.h>
+#include <tdespell2/broker.h>
+#include <tdespell2/dictionary.h>
+#include <tdespell2/settings.h>
+#include <tdespell2/filter.h>
using namespace KSpell2;
#include <klocale.h>