From 96900aaa4094c012cea79188225fd1e1d43f5ce7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:46:22 -0600 Subject: Additional renaming of kde to tde --- kttsd/compat/README_COMPAT | 4 ++-- kttsd/compat/interfaces/kspeech/kspeech.h | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kttsd/compat') diff --git a/kttsd/compat/README_COMPAT b/kttsd/compat/README_COMPAT index 40729d0..1110f16 100644 --- a/kttsd/compat/README_COMPAT +++ b/kttsd/compat/README_COMPAT @@ -1,6 +1,6 @@ This is a directory to keep compatibility in KTTSD. This directory permits distribution and compilation of the following kttsd components: - If KDE < 3.4, copy of kdelibs/interfaces/kspeech. - If KDE < 3.5, copy of kdelibs/pics (kttsd icons only) + If KDE < 3.4, copy of tdelibs/interfaces/kspeech. + If KDE < 3.5, copy of tdelibs/pics (kttsd icons only) Last Sync: Sat Mar 26 18:00:00 EST 2004 by Gary Cramblitt (PhantomsDad) diff --git a/kttsd/compat/interfaces/kspeech/kspeech.h b/kttsd/compat/interfaces/kspeech/kspeech.h index d321528..fac9a7e 100644 --- a/kttsd/compat/interfaces/kspeech/kspeech.h +++ b/kttsd/compat/interfaces/kspeech/kspeech.h @@ -57,8 +57,8 @@ * * @section Requirements * - * You may build any KDE application to use KSpeech, since the interface is in kdelibs, but - * the kdeaccessibility package must be installed for KTTS to function. + * You may build any KDE application to use KSpeech, since the interface is in tdelibs, but + * the tdeaccessibility package must be installed for KTTS to function. * * You will need a speech synthesis engine, such as Festival. See the KTTS Handbook * for the latest information on installing and configuring speech engines and voices @@ -105,7 +105,7 @@ speech engine @endverbatim * - * The %KTTSD Plugin API is documented in PluginConf in the kdeaccessibility module. + * The %KTTSD Plugin API is documented in PluginConf in the tdeaccessibility module. * * There is a separate GUI application, called kttsmgr, for providing %KTTSD * configuration and job management. @@ -186,11 +186,11 @@ * * There are two methods of making DCOP calls from your application to %KTTSD. * - * - Manually code them using dcopClient object. See kdebase/konqueror/kttsplugin/khtmlkttsd.cpp + * - Manually code them using dcopClient object. See tdebase/konqueror/kttsplugin/khtmlkttsd.cpp * for an example. This method is recommended if you want to make a few simple calls to KTTSD. * - Use kspeech_stub as described below. This method generates the marshalling code for you * and is recommended for a more complex speech-enabled applications. kcmkttsmgr in the - * kdeaccessibility module is an example that uses this method. + * tdeaccessibility module is an example that uses this method. * * To make DCOP calls from your program using kspeech_stub, follow these steps: * -- cgit v1.2.1