diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:35:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:35:49 -0600 |
commit | 974382c11f3a737be5416e7308dd80cd808c5d8e (patch) | |
tree | ed0277b9240508610a76dc6d89b586ae3860ba28 /kchart | |
parent | f2afc831b98f7d114db0ea2802e0a95aec079644 (diff) | |
download | koffice-974382c11f3a737be5416e7308dd80cd808c5d8e.tar.gz koffice-974382c11f3a737be5416e7308dd80cd808c5d8e.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kchart')
-rw-r--r-- | kchart/kdchart/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kchart/kdchart/Makefile.am b/kchart/kdchart/Makefile.am index 0538e50c..0f54972e 100644 --- a/kchart/kdchart/Makefile.am +++ b/kchart/kdchart/Makefile.am @@ -39,7 +39,7 @@ libkdchart_la_SOURCES = KDChart.cpp \ #KDChartWrapperFactory.cpp libkdchart_la_LDFLAGS = $(all_libraries) -no-undefined -libkdchart_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) +libkdchart_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) noinst_HEADERS = KDChart.h \ KDChartAreaPainter.h \ |