diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:55 -0600 |
commit | cf2c59f3a1a20e085f14de3a995224b1ba1dd131 (patch) | |
tree | 37e860f282bdc24d03b21af3fb44115eed93dc26 /kcharselect | |
parent | b885a1c438ceb69349e01bc01b0ff4917418dfc9 (diff) | |
download | tdeutils-cf2c59f3a1a20e085f14de3a995224b1ba1dd131.tar.gz tdeutils-cf2c59f3a1a20e085f14de3a995224b1ba1dd131.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kcharselect')
-rw-r--r-- | kcharselect/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcharselect/Makefile.am b/kcharselect/Makefile.am index f92a480..f4f8ad6 100644 --- a/kcharselect/Makefile.am +++ b/kcharselect/Makefile.am @@ -3,7 +3,7 @@ LDADD = $(LIB_KFILE) bin_PROGRAMS = kcharselect kcharselect_SOURCES = kcharselectdia.cc main.cc -kcharselect_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kcharselect_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor kcharselect_METASOURCES = kcharselectdia.moc updatedir = $(kde_datadir)/kconf_update |