Rename KDEHOME and KDEDIR

pull/1/head
Timothy Pearson 13 years ago
parent cafab379dc
commit 448895c1ad

@ -155,7 +155,7 @@ to click the mouse.</para>
strokes, a slow move to the right and back, followed by a pause, will
generate a <mousebutton>right</mousebutton> click. A slow move left
and back will generate a double click. (Strokes are specified in
<filename>$<envar>KDEHOME</envar>/share/config/kmousetool_strokes.txt</filename>.
<filename>$<envar>TDEHOME</envar>/share/config/kmousetool_strokes.txt</filename>.
This file is generated by &kmousetool; the first time it is run, but
can be modified afterwards.)
</para>

@ -1909,7 +1909,7 @@ window, then start <command>kttsmgr</command> in the second.</para>
I installed it, and I can use it in Festival, but it does not show up in <command>kttsmgr</command>.</para>
</question>
<answer>
<para>Edit file <command>$KDEHOME/share/apps/kttsd/festivalint/voices</command> to
<para>Edit file <command>$TDEHOME/share/apps/kttsd/festivalint/voices</command> to
add the new voice. The other entries can be used as a guide. If you
successfully add a voice, please send a patch to the developers along
with the &URL; from which you obtained the voice file.</para>
@ -2323,7 +2323,7 @@ not build" column shows the configure command to not build the plugin:</para>
<para>By default, the commands above will install &ktts; to
<filename>/opt/trinity</filename>. If this folder is not in your
$<envar>KDEDIRS</envar> path, you may need to add a
$<envar>TDEDIRS</envar> path, you may need to add a
<userinput>--prefix=<replaceable>target</replaceable></userinput> option.
For example,</para>

@ -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.

@ -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

@ -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)

@ -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)

@ -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.

@ -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.

@ -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.

Loading…
Cancel
Save