summaryrefslogtreecommitdiffstats
path: root/kttsd
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
parentcafab379dc4d6ddcda7dbbf4cb15aa205c42cb8a (diff)
downloadtdeaccessibility-448895c1ad28a6e812fb8cb42c92a972014192b1.tar.gz
tdeaccessibility-448895c1ad28a6e812fb8cb42c92a972014192b1.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kttsd')
-rw-r--r--kttsd/ChangeLog16
-rwxr-xr-xkttsd/clean_obsolete.sh4
-rw-r--r--kttsd/kttsd/speaker.cpp2
-rw-r--r--kttsd/libkttsd/testplayer.cpp2
-rw-r--r--kttsd/plugins/command/README2
-rw-r--r--kttsd/plugins/festivalint/festivalintconf.cpp2
-rw-r--r--kttsd/plugins/freetts/README2
7 files changed, 15 insertions, 15 deletions
diff --git a/kttsd/ChangeLog b/kttsd/ChangeLog
index 4a495b9..c156450 100644
--- a/kttsd/ChangeLog
+++ b/kttsd/ChangeLog
@@ -429,7 +429,7 @@
2004-10-19 Gary Cramblitt (PhantomsDad)
* The following installed files were renamed
on or about 19 Oct 2004:
- In $KDEDIR/share/services/:
+ In $TDEDIR/share/services/:
festival.desktop -> kttsd_festivalplugin.desktop
festivalint.desktop -> kttsd_festivalintplugin.desktop
command.desktop -> kttsd_commandplugin.desktop
@@ -437,7 +437,7 @@
flite.desktop -> kttsd_fliteplugin.desktop
epos-kttsdplugin.desktop -> kttsd_eposplugin.desktop
freetts.desktop -> kttsd_freettsplugin.desktop
- In $KDEDIR/lib/trinity/:
+ In $TDEDIR/lib/trinity/:
libfestivalplugin -> libkttsd_festivalplugin
libfestivalintplugin -> libkttsd_festivalintplugin
libcommandplugin -> libkttsd_commandplugin
@@ -458,7 +458,7 @@
2004-10-13 Gary Cramblitt (PhantomsDad)
* libktts is now a versioned shared library. You may need to remove the
unversioned library, ie.
- rm $KDEDIR/lib/libktts.*
+ rm $TDEDIR/lib/libktts.*
2004-10-13 Gary Cramblitt (PhantomsDad)
* Revert previous change. Sorry.
@@ -467,7 +467,7 @@
* Remove versioning from libkttsd.
NOTE: After rebuilding and installing, you will want to delete
the following file:
- $KDEDIR/lib/libkttsd.so.1.0.0
+ $TDEDIR/lib/libkttsd.so.1.0.0
2004-10-12 Gary Cramblitt (PhantomsDad)
* Added Handbook.
@@ -482,9 +482,9 @@
* Rename Hadifax to Hadifix.
NOTE: After rebuilding and installing, you will want to delete the
following files:
- $KDEDIR/lib/trinity/libhadifaxplugin.la
- $KDEDIR/lib/trinity/libhadifaxplugin.so
- $KDEDIR/share/services/hadifax.desktop
+ $TDEDIR/lib/trinity/libhadifaxplugin.la
+ $TDEDIR/lib/trinity/libhadifaxplugin.so
+ $TDEDIR/share/services/hadifax.desktop
2004-09-02 Paul Giannaros
* FreeTTS plugin.
@@ -504,7 +504,7 @@
* Minor fixes to kttsjobmgrpart.
2004-08-09 Gary Cramblitt (PhantomsDad)
- * Remove requirement to copy pluginconf.h to $KDEDIR/include when running designer
+ * Remove requirement to copy pluginconf.h to $TDEDIR/include when running designer
against plugin configuration widgets.
* Epos plugin not listing codecs.
* Some plugins listing codecs multiple times.
diff --git a/kttsd/clean_obsolete.sh b/kttsd/clean_obsolete.sh
index 67a240b..ce865ad 100755
--- a/kttsd/clean_obsolete.sh
+++ b/kttsd/clean_obsolete.sh
@@ -54,7 +54,7 @@ $LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libkttsjobmgr
# The following installed files were renamed
# on or about 19 Oct 2004:
-# In $KDEDIR/share/services/:
+# In $TDEDIR/share/services/:
# festival.desktop -> kttsd_festivalplugin.desktop
#    festivalint.desktop      -> kttsd_festivalintplugin.desktop
#    command.desktop          -> kttsd_commandplugin.desktop
@@ -62,7 +62,7 @@ $LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libkttsjobmgr
#    flite.desktop            -> kttsd_fliteplugin.desktop
#    epos-kttsdplugin.desktop -> kttsd_eposplugin.desktop
#    freetts.desktop          -> kttsd_freettsplugin.desktop
-#  In $KDEDIR/lib/trinity/:
+#  In $TDEDIR/lib/trinity/:
# libfestivalplugin -> libkttsd_festivalplugin
#    libfestivalintplugin     -> libkttsd_festivalintplugin
#    libcommandplugin         -> libkttsd_commandplugin
diff --git a/kttsd/kttsd/speaker.cpp b/kttsd/kttsd/speaker.cpp
index 13efc10..fce3b32 100644
--- a/kttsd/kttsd/speaker.cpp
+++ b/kttsd/kttsd/speaker.cpp
@@ -1563,7 +1563,7 @@ Player* Speaker::createPlayerObject()
return createPlayerObject();
}
else
- kdDebug() << "Speaker::createPlayerObject: Could not load aRts plugin. Is KDEDIRS set correctly?" << endl;
+ kdDebug() << "Speaker::createPlayerObject: Could not load aRts plugin. Is TDEDIRS set correctly?" << endl;
} else
// Must have GStreamer >= 0.8.7. If not, use aRts.
if (m_playerOption == 1)
diff --git a/kttsd/libkttsd/testplayer.cpp b/kttsd/libkttsd/testplayer.cpp
index 70ca3eb..f83a7e4 100644
--- a/kttsd/libkttsd/testplayer.cpp
+++ b/kttsd/libkttsd/testplayer.cpp
@@ -177,7 +177,7 @@ Player* TestPlayer::createPlayerObject(int playerOption)
}
if (player == 0)
kdDebug() << "TestPlayer::createPlayerObject: Could not load " + plugInName +
- ". Is KDEDIRS set correctly?" << endl;
+ ". Is TDEDIRS set correctly?" << endl;
else
// Must have GStreamer >= 0.8.7.
if (playerOption == 1)
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.