diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:02 -0600 |
commit | bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a (patch) | |
tree | 52d4169a0cbc039b87bf4f8460ba8a43181cca0c /ktouch | |
parent | 79b1ad253e1e8619302756d8003985aec0b1a1e2 (diff) | |
download | tdeedu-bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a.tar.gz tdeedu-bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a.zip |
Additional kde to tde renaming
Diffstat (limited to 'ktouch')
-rw-r--r-- | ktouch/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/Makefile.am b/ktouch/src/Makefile.am index b9eb4d82..6d6a10c3 100644 --- a/ktouch/src/Makefile.am +++ b/ktouch/src/Makefile.am @@ -50,7 +50,7 @@ ktouch_SOURCES = ktouchchartwidget.cpp ktouchcoloreditor_dlg.ui \ ktouchutils.cpp main.cpp prefs.kcfgc ktouchcoloreditor.cpp # the library search path. -ktouch_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +ktouch_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. |