summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:05:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:05:08 -0600
commit448895c1ad28a6e812fb8cb42c92a972014192b1 (patch)
tree852b9fef03846689968725d8b17a44bd5b50ddb7 /kttsd/plugins
parentcafab379dc4d6ddcda7dbbf4cb15aa205c42cb8a (diff)
downloadtdeaccessibility-448895c1ad28a6e812fb8cb42c92a972014192b1.tar.gz
tdeaccessibility-448895c1ad28a6e812fb8cb42c92a972014192b1.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kttsd/plugins')
-rw-r--r--kttsd/plugins/command/README2
-rw-r--r--kttsd/plugins/festivalint/festivalintconf.cpp2
-rw-r--r--kttsd/plugins/freetts/README2
3 files changed, 3 insertions, 3 deletions
diff --git a/kttsd/plugins/command/README b/kttsd/plugins/command/README
index 55839ae..fbba4f8 100644
--- a/kttsd/plugins/command/README
+++ b/kttsd/plugins/command/README
@@ -3,6 +3,6 @@ This plug in is developed and maintained by Gunnar Schmi Dt.
-- This is no longer necesary for this plug in --
If you intend to edit the GUI (commandconfwidget.ui) you will have to first
copy kttsd/libkttsd/pluginconf.h to a standard include directory
-like $KDEDIR/include/ since the interface has been tweaked to derive
+like $TDEDIR/include/ since the interface has been tweaked to derive
from PlugInConf instead of QWidget and Qt Designer refuses to open it
if the header is not properly placed.
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.
diff --git a/kttsd/plugins/freetts/README b/kttsd/plugins/freetts/README
index 54d9dc2..d4706b9 100644
--- a/kttsd/plugins/freetts/README
+++ b/kttsd/plugins/freetts/README
@@ -1,6 +1,6 @@
This is the directory containing the FreeTTS plug in.
If you intend to edit the GUI (freettsconfig.ui) you will have to first
copy kttsd/libkttsd/pluginconf.h to a standard include directory
-like $KDEDIR/include/ since the interface has been tweaked to derive
+like $TDEDIR/include/ since the interface has been tweaked to derive
from PlugInConf instead of QWidget and Qt Designer refuses to open it
if the header is not properly place.