summaryrefslogtreecommitdiffstats
path: root/ktouch
diff options
context:
space:
mode:
Diffstat (limited to 'ktouch')
-rw-r--r--ktouch/ChangeLog2
-rw-r--r--ktouch/INSTALL12
-rw-r--r--ktouch/src/Makefile.am2
-rw-r--r--ktouch/src/ktouchchartwidget.h2
4 files changed, 9 insertions, 9 deletions
diff --git a/ktouch/ChangeLog b/ktouch/ChangeLog
index 6225920b..58ac84b8 100644
--- a/ktouch/ChangeLog
+++ b/ktouch/ChangeLog
@@ -67,7 +67,7 @@
* New version: 1.5
* Added: New statistics engine (compressed XML statistics,
level and session based statistics, chart widget now based
- on kdeeduplot lib)
+ on tdeeduplot lib)
* Bugfixes: a lot of smaller fixes in various parts of KTouch
(strange behaviour, unexpected results etc.)
* Review: general code review and restructuring of many important
diff --git a/ktouch/INSTALL b/ktouch/INSTALL
index edc7dacc..72d519c2 100644
--- a/ktouch/INSTALL
+++ b/ktouch/INSTALL
@@ -1,16 +1,16 @@
Retrieving the source
---------------------
-After a subversion checkout of the kdeedu module you will automatically have the
-ktouch directory inside the kdeedu directory.
+After a subversion checkout of the tdeedu module you will automatically have the
+ktouch directory inside the tdeedu directory.
If you want to update/checkout ktouch alone, use
- svn checkout -P kdeedu/ktouch
+ svn checkout -P tdeedu/ktouch
or
- svn update -P kdeedu/ktouch
+ svn update -P tdeedu/ktouch
The flag -P is recommanded so that empty directories left over from previous
versions are not transferred.
@@ -19,7 +19,7 @@ versions are not transferred.
Installation from SVN
---------------------
-Enter the kdeedu directory and do a
+Enter the tdeedu directory and do a
make -f Makefile.CVS
@@ -29,7 +29,7 @@ and
(don't forget to add your options)
-Then change into the subdirectory kdeedu/ktouch and do as usual
+Then change into the subdirectory tdeedu/ktouch and do as usual
make
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;