summaryrefslogtreecommitdiffstats
path: root/lib/kross/test
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:35:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:35:49 -0600
commit974382c11f3a737be5416e7308dd80cd808c5d8e (patch)
treeed0277b9240508610a76dc6d89b586ae3860ba28 /lib/kross/test
parentf2afc831b98f7d114db0ea2802e0a95aec079644 (diff)
downloadkoffice-974382c11f3a737be5416e7308dd80cd808c5d8e.tar.gz
koffice-974382c11f3a737be5416e7308dd80cd808c5d8e.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'lib/kross/test')
-rw-r--r--lib/kross/test/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kross/test/Makefile.am b/lib/kross/test/Makefile.am
index 04fa1c71..09e51e74 100644
--- a/lib/kross/test/Makefile.am
+++ b/lib/kross/test/Makefile.am
@@ -6,12 +6,12 @@ krosstest_SOURCES = testobject.cpp testaction.cpp testplugin.cpp testwindow.cpp
krosstest_LDADD = \
$(LIB_QT) \
- $(LIB_KDECORE) \
- $(LIB_KDEUI) \
+ $(LIB_TDECORE) \
+ $(LIB_TDEUI) \
../api/libkrossapi.la \
../main/libkrossmain.la
INCLUDES = $(KROSS_INCLUDES) $(all_includes)
-krosstest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+krosstest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
SUBDIRS = .
METASOURCES = AUTO