From 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Sun, 6 Nov 2011 02:28:57 -0600
Subject: Additional kde to tde renaming

---
 kcontrol/spellchecking/CMakeLists.txt | 2 +-
 kcontrol/spellchecking/Makefile.am    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'kcontrol/spellchecking')

diff --git a/kcontrol/spellchecking/CMakeLists.txt b/kcontrol/spellchecking/CMakeLists.txt
index a6616de45..5f7de3be5 100644
--- a/kcontrol/spellchecking/CMakeLists.txt
+++ b/kcontrol/spellchecking/CMakeLists.txt
@@ -28,6 +28,6 @@ install( FILES spellchecking.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
 
 tde_add_kpart( kcm_spellchecking AUTOMOC
   SOURCES spellchecking.cpp
-  LINK kdeui-shared
+  LINK tdeui-shared
   DESTINATION ${PLUGIN_INSTALL_DIR}
 )
diff --git a/kcontrol/spellchecking/Makefile.am b/kcontrol/spellchecking/Makefile.am
index e4740eb8e..41c9a17f2 100644
--- a/kcontrol/spellchecking/Makefile.am
+++ b/kcontrol/spellchecking/Makefile.am
@@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = kcm_spellchecking.la
 kcm_spellchecking_la_SOURCES = spellchecking.cpp
 
 kcm_spellchecking_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-kcm_spellchecking_la_LIBADD = -lkdeui
+kcm_spellchecking_la_LIBADD = -ltdeui
 
 AM_CPPFLAGS= $(all_includes)
 
-- 
cgit v1.2.1