diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
commit | 3b1405169d66e029912f53d10c2880c46f5ed159 (patch) | |
tree | 40c38835f7709885bf4a99d6d9cc64232397c4ba /interfaces/kspeech | |
parent | bd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff) | |
download | tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip |
Additional renaming of kde to tde
Diffstat (limited to 'interfaces/kspeech')
-rw-r--r-- | interfaces/kspeech/kspeech.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/interfaces/kspeech/kspeech.h b/interfaces/kspeech/kspeech.h index 049afbfa2..21ad69d89 100644 --- a/interfaces/kspeech/kspeech.h +++ b/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: * |