summaryrefslogtreecommitdiffstats
path: root/nsplugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:28:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:28:57 -0600
commit7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch)
treeb7c6396f4f7fe78dcd49424bff707e977541de18 /nsplugins
parent66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff)
downloadtdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz
tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip
Additional kde to tde renaming
Diffstat (limited to 'nsplugins')
-rw-r--r--nsplugins/CMakeLists.txt2
-rw-r--r--nsplugins/kcm_nsplugins.cpp2
-rw-r--r--nsplugins/test/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/nsplugins/CMakeLists.txt b/nsplugins/CMakeLists.txt
index 5e16114f3..09731c2a9 100644
--- a/nsplugins/CMakeLists.txt
+++ b/nsplugins/CMakeLists.txt
@@ -45,7 +45,7 @@ tde_add_kpart( libnsplugin AUTOMOC
tde_add_kpart( kcm_nsplugins AUTOMOC
SOURCES kcm_nsplugins.cpp
- LINK pluginpaths-static kdecore-shared
+ LINK pluginpaths-static tdecore-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/nsplugins/kcm_nsplugins.cpp b/nsplugins/kcm_nsplugins.cpp
index dbb5cb1af..f218d3c2f 100644
--- a/nsplugins/kcm_nsplugins.cpp
+++ b/nsplugins/kcm_nsplugins.cpp
@@ -116,7 +116,7 @@ extern "C"
if ( scan || firstTime )
{
- KApplication::kdeinitExec("nspluginscan");
+ KApplication::tdeinitExec("nspluginscan");
}
if (firstTime) {
diff --git a/nsplugins/test/Makefile.am b/nsplugins/test/Makefile.am
index b83893e51..06bd7e8f6 100644
--- a/nsplugins/test/Makefile.am
+++ b/nsplugins/test/Makefile.am
@@ -4,7 +4,7 @@ noinst_HEADERS = testnsplugin.h
check_PROGRAMS = testnsplugin
testnsplugin_SOURCES = testnsplugin.cpp
-testnsplugin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+testnsplugin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testnsplugin_LDADD = $(LIB_KDEUI) ../libnsplugin.la
$(srcdir)/testnsplugin.cpp: ../NSPluginClassIface_stub.h