summaryrefslogtreecommitdiffstats
path: root/apps/ktupnptest
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:36:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:36:55 -0600
commitcb09750db68cf5fd3194f0995a575d1c5ad1100c (patch)
tree3c09f1a971595ecba056577c5aad909eb108c791 /apps/ktupnptest
parentd4697f28f90b00e4b54cdf5a284b4b0b9379aab9 (diff)
downloadktorrent-cb09750db68cf5fd3194f0995a575d1c5ad1100c.tar.gz
ktorrent-cb09750db68cf5fd3194f0995a575d1c5ad1100c.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'apps/ktupnptest')
-rw-r--r--apps/ktupnptest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktupnptest/Makefile.am b/apps/ktupnptest/Makefile.am
index 566eaa4..08fb678 100644
--- a/apps/ktupnptest/Makefile.am
+++ b/apps/ktupnptest/Makefile.am
@@ -5,6 +5,6 @@ bin_PROGRAMS = ktupnptest
ktupnptest_SOURCES = main.cpp upnptestapp.cpp mainwidget.ui
ktupnptest_LDADD = ../../plugins/upnp/libktupnp.la \
../../libktorrent/libktorrent.la $(LIB_KIO)
-ktupnptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+ktupnptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
noinst_HEADERS = upnptestapp.h
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)