diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:46:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:46:22 -0600 |
commit | 96900aaa4094c012cea79188225fd1e1d43f5ce7 (patch) | |
tree | 3f50c9404193498dab310e10d6b57830bf7eeb49 /kttsd/compat/interfaces | |
parent | d479daee57f586dcd10d91270e0d1a8ebe41a494 (diff) | |
download | tdeaccessibility-96900aaa4094c012cea79188225fd1e1d43f5ce7.tar.gz tdeaccessibility-96900aaa4094c012cea79188225fd1e1d43f5ce7.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kttsd/compat/interfaces')
-rw-r--r-- | kttsd/compat/interfaces/kspeech/kspeech.h | 10 |
1 files changed, 5 insertions, 5 deletions
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: * |