summaryrefslogtreecommitdiffstats
path: root/kuiviewer
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:47:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:47:46 -0600
commitf6940565c7179a41f70b38e8c6664f45ba07e399 (patch)
tree0a975659b84d02f16b2c4637208142aa4f323f61 /kuiviewer
parentb3e897824c5a4735d8363123db1419b6179eb5e3 (diff)
downloadtdesdk-f6940565c7179a41f70b38e8c6664f45ba07e399.tar.gz
tdesdk-f6940565c7179a41f70b38e8c6664f45ba07e399.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'kuiviewer')
-rw-r--r--kuiviewer/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/kuiviewer/Makefile.am b/kuiviewer/Makefile.am
index f564c10f..6bf86a4a 100644
--- a/kuiviewer/Makefile.am
+++ b/kuiviewer/Makefile.am
@@ -25,7 +25,7 @@ bin_PROGRAMS = kuiviewer
# the application source, library search path, and link libraries
kuiviewer_SOURCES = main.cpp kuiviewer.cpp
-kuiviewer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+kuiviewer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kuiviewer_LDADD = $(LIB_KPARTS)
xdg_apps_DATA =kuiviewer.desktop
@@ -57,7 +57,7 @@ partrc_DATA = kuiviewer_part.rc
# THUMBNAIL SECTION
#########################################################################
quithumbnail_la_SOURCES = quicreator.cpp
-quithumbnail_la_LIBADD = $(LIB_KDECORE) -lqui
+quithumbnail_la_LIBADD = $(LIB_TDECORE) -lqui
quithumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
services_DATA = designerthumbnail.desktop
servicesdir = $(kde_servicesdir)