summaryrefslogtreecommitdiffstats
path: root/kmouth
diff options
context:
space:
mode:
Diffstat (limited to 'kmouth')
-rw-r--r--kmouth/Makefile.am2
-rw-r--r--kmouth/optionsdialog.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/Makefile.am b/kmouth/Makefile.am
index a78d4a5..d48dfb4 100644
--- a/kmouth/Makefile.am
+++ b/kmouth/Makefile.am
@@ -18,7 +18,7 @@ INCLUDES= -Iphrasebook -Iwordcompletion $(all_includes)
METASOURCES = AUTO
# the library search path.
-kmouth_LDFLAGS = $(all_libraries) -lkspell $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+kmouth_LDFLAGS = $(all_libraries) -ltdespell $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
rcdir = $(kde_datadir)/kmouth
rc_DATA = kmouthui.rc
diff --git a/kmouth/optionsdialog.cpp b/kmouth/optionsdialog.cpp
index fe79eba..e173380 100644
--- a/kmouth/optionsdialog.cpp
+++ b/kmouth/optionsdialog.cpp
@@ -31,7 +31,7 @@
#include <kiconloader.h>
#include <tdecmodule.h>
#include <klibloader.h>
-#include <kparts/componentfactory.h>
+#include <tdeparts/componentfactory.h>
#include "optionsdialog.h"
#include "wordcompletion/wordcompletionwidget.h"