diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:05:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:05:08 -0600 |
commit | 448895c1ad28a6e812fb8cb42c92a972014192b1 (patch) | |
tree | 852b9fef03846689968725d8b17a44bd5b50ddb7 /kttsd/plugins/festivalint | |
parent | cafab379dc4d6ddcda7dbbf4cb15aa205c42cb8a (diff) | |
download | tdeaccessibility-448895c1ad28a6e812fb8cb42c92a972014192b1.tar.gz tdeaccessibility-448895c1ad28a6e812fb8cb42c92a972014192b1.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kttsd/plugins/festivalint')
-rw-r--r-- | kttsd/plugins/festivalint/festivalintconf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/plugins/festivalint/festivalintconf.cpp b/kttsd/plugins/festivalint/festivalintconf.cpp index 10a3ad9..f2126b0 100644 --- a/kttsd/plugins/festivalint/festivalintconf.cpp +++ b/kttsd/plugins/festivalint/festivalintconf.cpp @@ -471,7 +471,7 @@ void FestivalIntConf::scanVoices() TQDomNodeList voices = voicesDoc.elementsByTagName("voice"); uint voicesCount = voices.count(); if (voicesCount == 0) - kdDebug() << "FestivalIntConf::scanVoices: Unable to open " << voicesFilename << ". Is KDEDIR defined?" << endl; + kdDebug() << "FestivalIntConf::scanVoices: Unable to open " << voicesFilename << ". Is TDEDIR defined?" << endl; // Iterate thru list of voice codes returned by Festival, // find matching entry in voices.xml file, and add to list of supported voices. |