diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:50:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:50:19 -0600 |
commit | c954cd41d38d75615d182ca8649fb4320148bdb3 (patch) | |
tree | 125eb6216c2d08800783cf36d87013b4df8d8b3e /ktouch/src | |
parent | 3fe5b9df0c463a3e9508242ab01f4c0242cf988b (diff) | |
download | tdeedu-c954cd41d38d75615d182ca8649fb4320148bdb3.tar.gz tdeedu-c954cd41d38d75615d182ca8649fb4320148bdb3.zip |
Additional renaming of kde to tde
Diffstat (limited to 'ktouch/src')
-rw-r--r-- | ktouch/src/Makefile.am | 2 | ||||
-rw-r--r-- | ktouch/src/ktouchchartwidget.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/src/Makefile.am b/ktouch/src/Makefile.am index 631d8b06..7f592eeb 100644 --- a/ktouch/src/Makefile.am +++ b/ktouch/src/Makefile.am @@ -54,7 +54,7 @@ ktouch_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $ # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. -ktouch_LDADD = ../../libkdeedu/kdeeduplot/libkdeeduplot.la $(LIB_KIO) +ktouch_LDADD = ../../libtdeedu/tdeeduplot/libtdeeduplot.la $(LIB_KIO) rcdir = $(kde_datadir)/ktouch rc_DATA = ktouchui.rc diff --git a/ktouch/src/ktouchchartwidget.h b/ktouch/src/ktouchchartwidget.h index 89255a77..b6c42905 100644 --- a/ktouch/src/ktouchchartwidget.h +++ b/ktouch/src/ktouchchartwidget.h @@ -17,7 +17,7 @@ #include <config.h> #endif -#include <libkdeedu/kdeeduplot/kplotwidget.h> +#include <libtdeedu/tdeeduplot/kplotwidget.h> class KTouchTrainer; |