From 448895c1ad28a6e812fb8cb42c92a972014192b1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:05:08 -0600 Subject: Rename KDEHOME and KDEDIR --- kttsd/plugins/command/README | 2 +- kttsd/plugins/festivalint/festivalintconf.cpp | 2 +- kttsd/plugins/freetts/README | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kttsd/plugins') 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. -- cgit v1.2.1