summaryrefslogtreecommitdiffstats
path: root/kttsd
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:46:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:46:22 -0600
commit96900aaa4094c012cea79188225fd1e1d43f5ce7 (patch)
tree3f50c9404193498dab310e10d6b57830bf7eeb49 /kttsd
parentd479daee57f586dcd10d91270e0d1a8ebe41a494 (diff)
downloadtdeaccessibility-96900aaa4094c012cea79188225fd1e1d43f5ce7.tar.gz
tdeaccessibility-96900aaa4094c012cea79188225fd1e1d43f5ce7.zip
Additional renaming of kde to tde
Diffstat (limited to 'kttsd')
-rw-r--r--kttsd/ChangeLog20
-rw-r--r--kttsd/README6
-rw-r--r--kttsd/README.kttsd10
-rw-r--r--kttsd/app-plugins/kate/Makefile.am2
-rwxr-xr-xkttsd/clean_obsolete.sh4
-rw-r--r--kttsd/compat/README_COMPAT4
-rw-r--r--kttsd/compat/interfaces/kspeech/kspeech.h10
-rw-r--r--kttsd/configure.in.bot12
-rw-r--r--kttsd/configure.in.in10
-rwxr-xr-xkttsd/cvs2dist12
-rw-r--r--kttsd/debian/TODO10
-rw-r--r--kttsd/debian/control2
-rw-r--r--kttsd/filters/sbd/sbdconf.cpp4
-rw-r--r--kttsd/filters/sbd/sbdconf.h2
-rw-r--r--kttsd/filters/stringreplacer/stringreplacerconf.cpp6
-rw-r--r--kttsd/filters/stringreplacer/stringreplacerconf.h2
-rw-r--r--kttsd/filters/talkerchooser/talkerchooserconf.cpp4
-rw-r--r--kttsd/filters/talkerchooser/talkerchooserconf.h2
-rw-r--r--kttsd/filters/xhtml2ssml/Doxyfile4
-rw-r--r--kttsd/filters/xhtml2ssml/xhtml2ssml.kdevelop4
-rw-r--r--kttsd/filters/xhtml2ssml/xhtml2ssml.kdevses10
-rw-r--r--kttsd/filters/xmltransformer/xmltransformerproc.cpp2
-rw-r--r--kttsd/kttsd.lsm2
-rw-r--r--kttsd/kttsd/ssmlconvert.cpp2
-rw-r--r--kttsd/kttsmgr/kttsmgr.cpp2
-rw-r--r--kttsd/libkttsd/kdeexportfix.h4
-rw-r--r--kttsd/players/Makefile.am8
-rw-r--r--kttsd/players/akodeplayer/README2
-rw-r--r--kttsd/plugins/Makefile.am12
29 files changed, 87 insertions, 87 deletions
diff --git a/kttsd/ChangeLog b/kttsd/ChangeLog
index 6e675f1..4a495b9 100644
--- a/kttsd/ChangeLog
+++ b/kttsd/ChangeLog
@@ -155,9 +155,9 @@
* Change toolbar buttons on Jobs tab to push buttons so they can be used from keyboard.
Clean up screen layout and add WhatsThis help.
* Added sayText convenience method to kspeech.h, which combines setText and startText
- into a single call. Be sure to update kdelibs/interfaces/kspeech before attempting to
+ into a single call. Be sure to update tdelibs/interfaces/kspeech before attempting to
compile kttsd:
- cd kdelibs/interfaces/kspeech
+ cd tdelibs/interfaces/kspeech
cvs up
make install
* When starting or restoring KTTSMgr, defaults to Jobs tab if visible.
@@ -189,7 +189,7 @@
2005-02-15 Gary Cramblitt (PhantomsDad)
* Translations now working.
- * Include a copy of kdelibs/interfaces/kspeech in compat/ dir. This permits distribution
+ * Include a copy of tdelibs/interfaces/kspeech in compat/ dir. This permits distribution
and compilation of KTTS for KDE less than 3.4.
* Support for Italian voices. Download from
http://www.csrf.pd.cnr.it/TTS/It-FESTIVAL-download.htm.
@@ -261,16 +261,16 @@
GStreamer 0.8.0, which causes KTTSMgr to immediately crash on startup.
2004-12-20 Gary Cramblitt (PhantomsDad)
- * kdenonbeta/kttsd moved to kdeaccessibility/kttsd.
- * kdenonbeta/kttsd/libktts moved to kdelibs/interfaces/kspeech. libktts dropped.
- * kdenonbeta/app-plugins/khtml-plugin moved to kdebase/konqueror/kttsplugin.
- * kdenonbeta/app-plugins/kate-plugin moved to kdebase/kate/plugins/ktts.
- * kdenonbeta/app-plugins/katepart-plugin moved to kdebase/kate/plugin/katepartktts.
+ * kdenonbeta/kttsd moved to tdeaccessibility/kttsd.
+ * kdenonbeta/kttsd/libktts moved to tdelibs/interfaces/kspeech. libktts dropped.
+ * kdenonbeta/app-plugins/khtml-plugin moved to tdebase/konqueror/kttsplugin.
+ * kdenonbeta/app-plugins/kate-plugin moved to tdebase/kate/plugins/ktts.
+ * kdenonbeta/app-plugins/katepart-plugin moved to tdebase/kate/plugin/katepartktts.
2004-12-19 Gary Cramblitt (PhantomsDad)
* Change Festival voices from ini to xml format. Permit translators to translate voice names.
* Add "--enable-kttsd-gstreamer" option to configure, defaulting to no.
- Warn packagers not to distribute gstreamer in binary packages of kdeaccessibility as it
+ Warn packagers not to distribute gstreamer in binary packages of tdeaccessibility as it
creates unwanted dependencies.
2004-12-18 Gary Cramblitt (PhantomsDad)
@@ -446,7 +446,7 @@
libeposkttsdplugin -> libkttsd_eposplugin
libfreettsplugin -> libkttsd_freettsplugin
- Rename libkttsjobmgr to libkttsjobmgrpart per kdelibs/NAMING convention.
+ Rename libkttsjobmgr to libkttsjobmgrpart per tdelibs/NAMING convention.
There is a new shell script, clean_obsolete.sh that will remove these
obsolete files from your system.
diff --git a/kttsd/README b/kttsd/README
index 7906f4f..771a7c4 100644
--- a/kttsd/README
+++ b/kttsd/README
@@ -27,7 +27,7 @@ text file or any portion of a file.
khmtl-plugin
A plugin for Konqueror that permits you to speak all or any portion of an
-HTML web page. (Note: this component is in kdebase/konqueror/kttsplugin)
+HTML web page. (Note: this component is in tdebase/konqueror/kttsplugin)
Original Author: José Pablo Ezequiel "Pupeno" Fernández <pupeno@kde.org>
Current Maintainer: Gary Cramblitt <garycramblitt@comcast.net>
@@ -122,7 +122,7 @@ not build" column shows the configure command to not build the plugin:
FreeTTS non-free --disable-kttsd-freetts
IMPORTANT NOTE TO BINARY PACKAGERS:
-Please do not distribute binary packages of kdeaccessibility with the
+Please do not distribute binary packages of tdeaccessibility with the
gstreamer plugin, as this creates unwanted dependencies. Instead,
distribute the gstreamer plugin in a separate package, e.g.
kde-accessibility-extras. The separate package should require
@@ -162,5 +162,5 @@ kcmkttsmgr A KControl module for managing KTTSD. Run using "kcmshell kc
kttsmgr Application for managing KTTSD. Wrapper for kcmkttsmgr plus a system tray icon.
app-plugins Plugins for other applications to speak text.
kate Embedded Kate plugin.
-compat Copy of kdelibs/interfaces/kspeech. Used when compiling for KDE less than 3.4.
+compat Copy of tdelibs/interfaces/kspeech. Used when compiling for KDE less than 3.4.
debian Debian packaging files. (possibly way out of date)
diff --git a/kttsd/README.kttsd b/kttsd/README.kttsd
index 2fe8d51..9661507 100644
--- a/kttsd/README.kttsd
+++ b/kttsd/README.kttsd
@@ -1,10 +1,10 @@
Where is KTTSD?
KTTSD was moved on 20 Dec 2004.
-Most of it has moved to kdeaccessibility/kttsd.
+Most of it has moved to tdeaccessibility/kttsd.
The following pieces were also moved.
-kttsd/libktts -> kdelibs/interfaces/kspeech
-kttsd/app-plugins/khtml-plugin -> kdebase/konqueror/kttsplugin
-kttsd/app-plugins/kate-plugin -> kdebase/kate/plugins/ktts
-kttsd/app-plugins/katepart-plugin -> kdebase/kate/plugin/katepartktts
+kttsd/libktts -> tdelibs/interfaces/kspeech
+kttsd/app-plugins/khtml-plugin -> tdebase/konqueror/kttsplugin
+kttsd/app-plugins/kate-plugin -> tdebase/kate/plugins/ktts
+kttsd/app-plugins/katepart-plugin -> tdebase/kate/plugin/katepartktts
diff --git a/kttsd/app-plugins/kate/Makefile.am b/kttsd/app-plugins/kate/Makefile.am
index 3508e52..16d8eff 100644
--- a/kttsd/app-plugins/kate/Makefile.am
+++ b/kttsd/app-plugins/kate/Makefile.am
@@ -1,4 +1,4 @@
-# Allow build from within kdebase or kdeaccessibility.
+# Allow build from within tdebase or tdeaccessibility.
INCLUDES = \
-I$(top_srcdir)/kate/interfaces \
-I$(kde_includes)/kate \
diff --git a/kttsd/clean_obsolete.sh b/kttsd/clean_obsolete.sh
index dabc5a5..67a240b 100755
--- a/kttsd/clean_obsolete.sh
+++ b/kttsd/clean_obsolete.sh
@@ -29,7 +29,7 @@ fi
set -x
-# libktts removed. See kdeaccessibility/kttsd/kcmkttsmgr/Makefile.am
+# libktts removed. See tdeaccessibility/kttsd/kcmkttsmgr/Makefile.am
# for example how to build without it.
# on or about 20 Dec 2004.
$LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libktts
@@ -47,7 +47,7 @@ $LIBTOOL --mode=uninstall $PREFIX/lib/trinity/kcm_kttsmgr
rm -f $PREFIX/share/applnk/Settings/Accessibility/kcmkttsmgr.desktop
rm -f $PREFIX/share/applications/kde/kcmkttsmgr.desktop
-# Renamed libkttsjobmgr to libkttsjobmgrpart per kdelibs/NAMING convention
+# Renamed libkttsjobmgr to libkttsjobmgrpart per tdelibs/NAMING convention
# on or about 19 Oct 2004:
$LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libkttsjobmgr
diff --git a/kttsd/compat/README_COMPAT b/kttsd/compat/README_COMPAT
index 40729d0..1110f16 100644
--- a/kttsd/compat/README_COMPAT
+++ b/kttsd/compat/README_COMPAT
@@ -1,6 +1,6 @@
This is a directory to keep compatibility in KTTSD.
This directory permits distribution and compilation of the following kttsd components:
- If KDE < 3.4, copy of kdelibs/interfaces/kspeech.
- If KDE < 3.5, copy of kdelibs/pics (kttsd icons only)
+ If KDE < 3.4, copy of tdelibs/interfaces/kspeech.
+ If KDE < 3.5, copy of tdelibs/pics (kttsd icons only)
Last Sync: Sat Mar 26 18:00:00 EST 2004 by Gary Cramblitt (PhantomsDad) <garycramblitt@comcast.net>
diff --git a/kttsd/compat/interfaces/kspeech/kspeech.h b/kttsd/compat/interfaces/kspeech/kspeech.h
index d321528..fac9a7e 100644
--- a/kttsd/compat/interfaces/kspeech/kspeech.h
+++ b/kttsd/compat/interfaces/kspeech/kspeech.h
@@ -57,8 +57,8 @@
*
* @section Requirements
*
- * You may build any KDE application to use KSpeech, since the interface is in kdelibs, but
- * the kdeaccessibility package must be installed for KTTS to function.
+ * You may build any KDE application to use KSpeech, since the interface is in tdelibs, but
+ * the tdeaccessibility package must be installed for KTTS to function.
*
* You will need a speech synthesis engine, such as Festival. See the KTTS Handbook
* for the latest information on installing and configuring speech engines and voices
@@ -105,7 +105,7 @@
speech engine
@endverbatim
*
- * The %KTTSD Plugin API is documented in PluginConf in the kdeaccessibility module.
+ * The %KTTSD Plugin API is documented in PluginConf in the tdeaccessibility module.
*
* There is a separate GUI application, called kttsmgr, for providing %KTTSD
* configuration and job management.
@@ -186,11 +186,11 @@
*
* There are two methods of making DCOP calls from your application to %KTTSD.
*
- * - Manually code them using dcopClient object. See kdebase/konqueror/kttsplugin/khtmlkttsd.cpp
+ * - Manually code them using dcopClient object. See tdebase/konqueror/kttsplugin/khtmlkttsd.cpp
* for an example. This method is recommended if you want to make a few simple calls to KTTSD.
* - Use kspeech_stub as described below. This method generates the marshalling code for you
* and is recommended for a more complex speech-enabled applications. kcmkttsmgr in the
- * kdeaccessibility module is an example that uses this method.
+ * tdeaccessibility module is an example that uses this method.
*
* To make DCOP calls from your program using kspeech_stub, follow these steps:
*
diff --git a/kttsd/configure.in.bot b/kttsd/configure.in.bot
index c3c5423..4fe8f87 100644
--- a/kttsd/configure.in.bot
+++ b/kttsd/configure.in.bot
@@ -7,9 +7,9 @@ if test "x$have_gst" = xno && test "x$with_gstreamer" != xno; then
echo "* work with aRts, ALSA, and aKode"
echo "*"
echo "* PACKAGERS: Please do not include the gstreamer plugin"
- echo "* in binary distributions of kdeaccessibility as it"
+ echo "* in binary distributions of tdeaccessibility as it"
echo "* creates unwanted dependencies. Instead, include in a"
- echo "* separate package, e.g., kdeaccessibility-extras."
+ echo "* separate package, e.g., tdeaccessibility-extras."
echo "* The separate package should require gstreamer >= 0.8.7"
echo "*"
echo "********************************************************"
@@ -27,9 +27,9 @@ if test "x$have_gst" = xyes && test "x$with_gstreamer" = xno; then
echo "* work with aRts, ALSA, and aKode"
echo "*"
echo "* PACKAGERS: Please do not include the gstreamer plugin"
- echo "* in binary distributions of kdeaccessibility as it"
+ echo "* in binary distributions of tdeaccessibility as it"
echo "* creates unwanted dependencies. Instead, include in a"
- echo "* separate package, e.g., kdeaccessibility-extras."
+ echo "* separate package, e.g., tdeaccessibility-extras."
echo "* The separate package should require gstreamer >= 0.8.7"
echo "*"
echo "********************************************************"
@@ -39,9 +39,9 @@ if test "x$have_gst" = xyes && test "x$with_gstreamer" != xno; then
echo "* The build of the GStreamer audio plugin has been enabled."
echo "*"
echo "* PACKAGERS: Please do not include the gstreamer plugin"
- echo "* in binary distributions of kdeaccessibility as it"
+ echo "* in binary distributions of tdeaccessibility as it"
echo "* creates unwanted dependencies. Instead, include in a"
- echo "* separate package, e.g., kdeaccessibility-extras."
+ echo "* separate package, e.g., tdeaccessibility-extras."
echo "* The separate package should require gstreamer >= 0.8.7"
echo "*"
echo "********************************************************"
diff --git a/kttsd/configure.in.in b/kttsd/configure.in.in
index 1a0398e..bca8abb 100644
--- a/kttsd/configure.in.in
+++ b/kttsd/configure.in.in
@@ -179,7 +179,7 @@ AM_CONDITIONAL(include_kttsd_alsaplayer, [test "x$have_alsa" = "xyes"])
dnl ================================================================================
dnl Check for aKode library. Note: As of about 16 Jul 2005, it got moved
-dnl from kdemultimedia to tdesupport.
+dnl from tdemultimedia to tdesupport.
AC_DEFUN([KDE_CHECK_AKODE],
[
@@ -275,15 +275,15 @@ AC_MSG_CHECKING([for KDE version])
AC_LANG_SAVE
AC_LANG_CPLUSPLUS
-kdeversion_save_CXXFLAGS="$CXXFLAGS"
-kdeversion_save_LIBS="$LIBS"
+tdeversion_save_CXXFLAGS="$CXXFLAGS"
+tdeversion_save_LIBS="$LIBS"
LIBS="$LIBS $X_EXTRA_LIBS"
CXXFLAGS="$CXXFLAGS $all_includes"
KTTS_ICONS_DIR="icons"
-CXXFLAGS="$kdeversion_save_CXXFLAGS"
-LIBS="$kdeversion_save_LIBS"
+CXXFLAGS="$tdeversion_save_CXXFLAGS"
+LIBS="$tdeversion_save_LIBS"
AC_LANG_RESTORE
if test "$KTTS_ICONS_DIR" = ""; then
diff --git a/kttsd/cvs2dist b/kttsd/cvs2dist
index 62fd2f9..d9a6075 100755
--- a/kttsd/cvs2dist
+++ b/kttsd/cvs2dist
@@ -326,12 +326,12 @@ modulename=`echo $modulename | sed -e 's#^.*/##'`
remove="$remove $modulename.lsm"
-# we check out kde-i18n/subdirs in temp_dir/kde-i18n..
+# we check out tde-i18n/subdirs in temp_dir/tde-i18n..
if [ $doi18n = "yes" ]; then
pushd $temp_dir
- echo "cvs co kde-i18n/subdirs" >> $log
- cvs -z4 -q -d "$cvsroot" co $branch -P kde-i18n/subdirs > /dev/null 2>&1
- i18nlangs_tmp="$(cat kde-i18n/subdirs)"
+ echo "cvs co tde-i18n/subdirs" >> $log
+ cvs -z4 -q -d "$cvsroot" co $branch -P tde-i18n/subdirs > /dev/null 2>&1
+ i18nlangs_tmp="$(cat tde-i18n/subdirs)"
skiplist="`echo $noi18nlang | sed -e 's/,/ /g'`"
skiplist="$skiplist $always_skip_languages"
for lang in $i18nlangs_tmp; do
@@ -359,7 +359,7 @@ if [ -d $module/doc/$name ]; then
pushd $temp_dir
for lang in $i18nlangs; do
test -d $temp_dist/doc/$lang && rm -Rf $temp_dist/doc/$lang
- docdirname="kde-i18n/$lang/docs/$modulename/$name"
+ docdirname="tde-i18n/$lang/docs/$modulename/$name"
echo "cvs co $docdirname" >> $log
cvs -z4 -q -d "$cvsroot" co $branch -P "$docdirname" > /dev/null 2>&1
if [ ! -d "$docdirname" ]; then
@@ -401,7 +401,7 @@ if [ $doi18n = "yes" ]; then
for lang in $i18nlangs; do
dest=$temp_dist/po/$lang
for poname in $pofilenames; do
- pofilename="kde-i18n/$lang/messages/$modulename/$poname.po";
+ pofilename="tde-i18n/$lang/messages/$modulename/$poname.po";
echo "cvs co $pofilename" >> $log
cvs -z4 -q -d "$cvsroot" co $branch -P "$pofilename" > /dev/null 2>&1
if [ ! -f "$pofilename" ]; then
diff --git a/kttsd/debian/TODO b/kttsd/debian/TODO
index 12b05e3..2f16fc8 100644
--- a/kttsd/debian/TODO
+++ b/kttsd/debian/TODO
@@ -7,17 +7,17 @@
qt3-dev-tools 3.3.3-4.1 Qt3 development tools
qt3-doc 3.3.3-4.1 Qt3 API documentation
kde 3.1.2 The K Desktop Environment
- kdelibs4 3.2.3-2 KDE core libraries
- kdelibs4-dev 3.2.3-2 KDE core libraries (development files)
- kdelibs4-doc 3.2.3-2 KDE core library documentation
+ tdelibs4 3.2.3-2 KDE core libraries
+ tdelibs4-dev 3.2.3-2 KDE core libraries (development files)
+ tdelibs4-doc 3.2.3-2 KDE core library documentation
kde-devel 3.1.2 The K Desktop Environment (development files
kde-devel-extr 3.1.2-0.2 The K Desktop Environment (extra development
exuberant-ctag 5.5.4-1 build tag file indexes of source code defini
cdbs 0.4.26-1.1 common build system for Debian packages
* Here's my build procedure (note that I'm using CDBS):
- - cd kdeaccessibility/doc/kttsd && make distclean && cd kdeaccessibility/kttsd && make distclean
- - cvs2dist kdeaccessibility kttsd --version 0.3.0
+ - cd tdeaccessibility/doc/kttsd && make distclean && cd tdeaccessibility/kttsd && make distclean
+ - cvs2dist tdeaccessibility kttsd --version 0.3.0
- Copy resulting kttsd-0.3.0.tar.gz to a work folder and rename to kttsd_0.3.0.orig.tar.gz
(Note underscore)
- Unpack tarball
diff --git a/kttsd/debian/control b/kttsd/debian/control
index 61c10b7..e7473a0 100644
--- a/kttsd/debian/control
+++ b/kttsd/debian/control
@@ -2,7 +2,7 @@ Source: kttsd
Section: kde
Priority: extra
Maintainer: Gary Cramblitt (PhantomsDad) <garycramblitt@comcast.net>
-Build-Depends: debhelper (>= 4.0.0), kdelibs4-dev (>= 4:3.2), qt3-doc (>=3.3.3)
+Build-Depends: debhelper (>= 4.0.0), tdelibs4-dev (>= 4:3.2), qt3-doc (>=3.3.3)
Standards-Version: 3.6.1.1
Package: kttsd
diff --git a/kttsd/filters/sbd/sbdconf.cpp b/kttsd/filters/sbd/sbdconf.cpp
index 0460521..812a81d 100644
--- a/kttsd/filters/sbd/sbdconf.cpp
+++ b/kttsd/filters/sbd/sbdconf.cpp
@@ -68,7 +68,7 @@ SbdConf::SbdConf( TQWidget *parent, const char *name, const TQStringList& /*args
m_widget = new SbdConfWidget(this, "SbdConfigWidget");
tqlayout->addWidget(m_widget);
- // Determine if kdeutils Regular Expression Editor is installed.
+ // Determine if tdeutils Regular Expression Editor is installed.
m_reEditorInstalled = !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty();
m_widget->reButton->setEnabled( m_reEditorInstalled );
@@ -214,7 +214,7 @@ void SbdConf::slotReButton_clicked()
KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor" );
if ( editorDialog )
{
- // kdeutils was installed, so the dialog was found. Fetch the editor interface.
+ // tdeutils was installed, so the dialog was found. Fetch the editor interface.
KRegExpEditorInterface *reEditor =
static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT( reEditor ); // This should not fail!// now use the editor.
diff --git a/kttsd/filters/sbd/sbdconf.h b/kttsd/filters/sbd/sbdconf.h
index d2e2ae0..32d80bc 100644
--- a/kttsd/filters/sbd/sbdconf.h
+++ b/kttsd/filters/sbd/sbdconf.h
@@ -131,7 +131,7 @@ class SbdConf : public KttsFilterConf
// Configuration Widget.
SbdConfWidget* m_widget;
- // True if kdeutils Regular Expression Editor is installed.
+ // True if tdeutils Regular Expression Editor is installed.
bool m_reEditorInstalled;
// Language Code.
TQStringList m_languageCodeList;
diff --git a/kttsd/filters/stringreplacer/stringreplacerconf.cpp b/kttsd/filters/stringreplacer/stringreplacerconf.cpp
index ab71382..4d4ea72 100644
--- a/kttsd/filters/stringreplacer/stringreplacerconf.cpp
+++ b/kttsd/filters/stringreplacer/stringreplacerconf.cpp
@@ -99,7 +99,7 @@ StringReplacerConf::StringReplacerConf( TQWidget *parent, const char *name, cons
connect(m_widget->appIdLineEdit, TQT_SIGNAL(textChanged(const TQString&)),
this, TQT_SLOT(configChanged()));
- // Determine if kdeutils Regular Expression Editor is installed.
+ // Determine if tdeutils Regular Expression Editor is installed.
m_reEditorInstalled = !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty();
// Set up defaults.
@@ -655,7 +655,7 @@ void StringReplacerConf::slotRemoveButton_clicked()
void StringReplacerConf::slotTypeButtonGroup_clicked()
{
- // Enable Regular Expression Editor button if editor is installed (requires kdeutils).
+ // Enable Regular Expression Editor button if editor is installed (requires tdeutils).
if ( !m_editWidget ) return;
m_editWidget->matchButton->setEnabled( m_editWidget->regexpRadioButton->isOn() && m_reEditorInstalled );
}
@@ -670,7 +670,7 @@ void StringReplacerConf::slotMatchButton_clicked()
KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor" );
if ( editorDialog )
{
- // kdeutils was installed, so the dialog was found. Fetch the editor interface.
+ // tdeutils was installed, so the dialog was found. Fetch the editor interface.
KRegExpEditorInterface *reEditor =
static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT( reEditor ); // This should not fail!// now use the editor.
diff --git a/kttsd/filters/stringreplacer/stringreplacerconf.h b/kttsd/filters/stringreplacer/stringreplacerconf.h
index fe99f3f..302aff3 100644
--- a/kttsd/filters/stringreplacer/stringreplacerconf.h
+++ b/kttsd/filters/stringreplacer/stringreplacerconf.h
@@ -150,7 +150,7 @@ class StringReplacerConf : public KttsFilterConf
// Edit Dialog and widget.
KDialogBase* m_editDlg;
EditReplacementWidget* m_editWidget;
- // True if kdeutils Regular Expression Editor is installed.
+ // True if tdeutils Regular Expression Editor is installed.
bool m_reEditorInstalled;
// Language Codes.
TQStringList m_languageCodeList;
diff --git a/kttsd/filters/talkerchooser/talkerchooserconf.cpp b/kttsd/filters/talkerchooser/talkerchooserconf.cpp
index 350f845..2e539f1 100644
--- a/kttsd/filters/talkerchooser/talkerchooserconf.cpp
+++ b/kttsd/filters/talkerchooser/talkerchooserconf.cpp
@@ -61,7 +61,7 @@ TalkerChooserConf::TalkerChooserConf( TQWidget *parent, const char *name, const
m_widget = new TalkerChooserConfWidget(this, "TalkerChooserConfigWidget");
tqlayout->addWidget(m_widget);
- // Determine if kdeutils Regular Expression Editor is installed.
+ // Determine if tdeutils Regular Expression Editor is installed.
m_reEditorInstalled = !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty();
m_widget->reEditorButton->setEnabled(m_reEditorInstalled);
@@ -204,7 +204,7 @@ void TalkerChooserConf::slotReEditorButton_clicked()
KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor" );
if ( editorDialog )
{
- // kdeutils was installed, so the dialog was found. Fetch the editor interface.
+ // tdeutils was installed, so the dialog was found. Fetch the editor interface.
KRegExpEditorInterface *reEditor =
static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT( reEditor ); // This should not fail!// now use the editor.
diff --git a/kttsd/filters/talkerchooser/talkerchooserconf.h b/kttsd/filters/talkerchooser/talkerchooserconf.h
index 56dc326..5776fe1 100644
--- a/kttsd/filters/talkerchooser/talkerchooserconf.h
+++ b/kttsd/filters/talkerchooser/talkerchooserconf.h
@@ -126,7 +126,7 @@ class TalkerChooserConf : public KttsFilterConf
private:
// Configuration Widget.
TalkerChooserConfWidget* m_widget;
- // True if kdeutils Regular Expression Editor is installed.
+ // True if tdeutils Regular Expression Editor is installed.
bool m_reEditorInstalled;
// User's chosen Talker Code.
TalkerCode m_talkerCode;
diff --git a/kttsd/filters/xhtml2ssml/Doxyfile b/kttsd/filters/xhtml2ssml/Doxyfile
index e3ad878..ce24bc1 100644
--- a/kttsd/filters/xhtml2ssml/Doxyfile
+++ b/kttsd/filters/xhtml2ssml/Doxyfile
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
-PROJECT_NAME = xhtml2ssml.kdevelop
+PROJECT_NAME = xhtml2ssml.tdevelop
PROJECT_NUMBER = $VERSION$
OUTPUT_DIRECTORY =
CREATE_SUBDIRS = NO
@@ -77,7 +77,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = /home/paul/Kdecvs/kdeaccessibility/kttsd/filters
+INPUT = /home/paul/Kdecvs/tdeaccessibility/kttsd/filters
FILE_PATTERNS = *.c \
*.cc \
*.cxx \
diff --git a/kttsd/filters/xhtml2ssml/xhtml2ssml.kdevelop b/kttsd/filters/xhtml2ssml/xhtml2ssml.kdevelop
index 691735f..127265e 100644
--- a/kttsd/filters/xhtml2ssml/xhtml2ssml.kdevelop
+++ b/kttsd/filters/xhtml2ssml/xhtml2ssml.kdevelop
@@ -1,5 +1,5 @@
<?xml version = '1.0'?>
-<kdevelop>
+<tdevelop>
<general>
<author>Paul Giannaros</author>
<email>ceruleanblaze@gmail.com</email>
@@ -109,4 +109,4 @@
<recursivewhencommitremove>true</recursivewhencommitremove>
<revertoptions>-C</revertoptions>
</kdevcvsservice>
-</kdevelop>
+</tdevelop>
diff --git a/kttsd/filters/xhtml2ssml/xhtml2ssml.kdevses b/kttsd/filters/xhtml2ssml/xhtml2ssml.kdevses
index 7128bc6..0f08b5f 100644
--- a/kttsd/filters/xhtml2ssml/xhtml2ssml.kdevses
+++ b/kttsd/filters/xhtml2ssml/xhtml2ssml.kdevses
@@ -2,19 +2,19 @@
<!DOCTYPE KDevPrjSession>
<KDevPrjSession>
<DocsAndViews NumberOfDocuments="5" >
- <Doc0 NumberOfViews="1" URL="file:/home/paul/Kdecvs/kdeaccessibility/kttsd/filters/xhtml2ssml.cpp" >
+ <Doc0 NumberOfViews="1" URL="file:/home/paul/Kdecvs/tdeaccessibility/kttsd/filters/xhtml2ssml.cpp" >
<View0 line="63" Type="Source" />
</Doc0>
- <Doc1 NumberOfViews="1" URL="file:/home/paul/Kdecvs/kdeaccessibility/kttsd/filters/xhtml2ssml.h" >
+ <Doc1 NumberOfViews="1" URL="file:/home/paul/Kdecvs/tdeaccessibility/kttsd/filters/xhtml2ssml.h" >
<View0 line="21" Type="Source" />
</Doc1>
- <Doc2 NumberOfViews="1" URL="file:/home/paul/Kdecvs/kdeaccessibility/kttsd/filters/main.cpp" >
+ <Doc2 NumberOfViews="1" URL="file:/home/paul/Kdecvs/tdeaccessibility/kttsd/filters/main.cpp" >
<View0 line="17" Type="Source" />
</Doc2>
- <Doc3 NumberOfViews="1" URL="file:/home/paul/Kdecvs/kdeaccessibility/kttsd/filters/xmlelement.cpp" >
+ <Doc3 NumberOfViews="1" URL="file:/home/paul/Kdecvs/tdeaccessibility/kttsd/filters/xmlelement.cpp" >
<View0 line="72" Type="Source" />
</Doc3>
- <Doc4 NumberOfViews="1" URL="file:/home/paul/Kdecvs/kdeaccessibility/kttsd/filters/xmlelement.h" >
+ <Doc4 NumberOfViews="1" URL="file:/home/paul/Kdecvs/tdeaccessibility/kttsd/filters/xmlelement.h" >
<View0 line="75" Type="Source" />
</Doc4>
</DocsAndViews>
diff --git a/kttsd/filters/xmltransformer/xmltransformerproc.cpp b/kttsd/filters/xmltransformer/xmltransformerproc.cpp
index b8784cd..dcd9e74 100644
--- a/kttsd/filters/xmltransformer/xmltransformerproc.cpp
+++ b/kttsd/filters/xmltransformer/xmltransformerproc.cpp
@@ -26,7 +26,7 @@
#include <tqregexp.h>
// KDE includes.
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kconfig.h>
#include <ktempfile.h>
#include <kstandarddirs.h>
diff --git a/kttsd/kttsd.lsm b/kttsd/kttsd.lsm
index 8c5679c..58a3815 100644
--- a/kttsd/kttsd.lsm
+++ b/kttsd/kttsd.lsm
@@ -6,7 +6,7 @@ Description: KTTS -- KDE Text-to-Speech -- is a subsystem within the KDE
desktop for conversion of text to audible speech. KTTS is
currently under development and aims to become the standard
subsystem for all KDE applications to provide speech output.
-Keywords: KDE accessibility kdeaccessibility TTS Text-to-Speech KTTSD
+Keywords: KDE accessibility tdeaccessibility TTS Text-to-Speech KTTSD
kttsmgr festival flite hadifix MBROLA freetts epos SSML
Author: pupeno@pupeno.com (José Pablo Ezequiel Fernández)
garycramblitt@comcast.net (Gary Cramblitt)
diff --git a/kttsd/kttsd/ssmlconvert.cpp b/kttsd/kttsd/ssmlconvert.cpp
index d696ac5..694b355 100644
--- a/kttsd/kttsd/ssmlconvert.cpp
+++ b/kttsd/kttsd/ssmlconvert.cpp
@@ -27,7 +27,7 @@
#include <tqtextstream.h>
// KDE includes.
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kstandarddirs.h>
#include <kprocess.h>
#include <ktempfile.h>
diff --git a/kttsd/kttsmgr/kttsmgr.cpp b/kttsd/kttsmgr/kttsmgr.cpp
index d06e3cd..da9001b 100644
--- a/kttsd/kttsmgr/kttsmgr.cpp
+++ b/kttsd/kttsmgr/kttsmgr.cpp
@@ -37,7 +37,7 @@
#include <kpopupmenu.h>
#include <kaboutapplication.h>
#include <dcopclient.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
// KTTSMgr includes.
#include "kspeech.h"
diff --git a/kttsd/libkttsd/kdeexportfix.h b/kttsd/libkttsd/kdeexportfix.h
index fa20ac3..0521808 100644
--- a/kttsd/libkttsd/kdeexportfix.h
+++ b/kttsd/libkttsd/kdeexportfix.h
@@ -1,5 +1,5 @@
/***************************************************** vim:set ts=4 sw=4 sts=4:
- kdelibs < 3.3.2 had a bug in the KDE_EXPORT macro. This file fixes this
+ tdelibs < 3.3.2 had a bug in the KDE_EXPORT macro. This file fixes this
by undefining it.
-------------------
Copyright : (C) 2005 by Gary Cramblitt <garycramblitt@comcast.net>
@@ -18,7 +18,7 @@
#ifndef _KDEEXPORTFIX_H_
#define _KDEEXPORTFIX_H_
-#include <kdeversion.h>
+#include <tdeversion.h>
#if TDE_VERSION < KDE_MAKE_VERSION (3,3,2)
#undef KDE_EXPORT
#define KDE_EXPORT
diff --git a/kttsd/players/Makefile.am b/kttsd/players/Makefile.am
index f400d82..fc90f99 100644
--- a/kttsd/players/Makefile.am
+++ b/kttsd/players/Makefile.am
@@ -1,19 +1,19 @@
-#kdevelop: artsplayer_DIR = artsplayer
+#tdevelop: artsplayer_DIR = artsplayer
if include_kttsd_artsplayer
artsplayer_DIR = artsplayer
endif
-#kdevelop: gstplayer_DIR = gstplayer
+#tdevelop: gstplayer_DIR = gstplayer
if include_kttsd_gstplayer
gstplayer_DIR = gstplayer
endif
-#kdevelop: alsaplayer_DIR = alsaplayer
+#tdevelop: alsaplayer_DIR = alsaplayer
if include_kttsd_alsaplayer
alsaplayer_DIR = alsaplayer
endif
-#kdevelop: akodeplayer_DIR = akodeplayer
+#tdevelop: akodeplayer_DIR = akodeplayer
if include_kttsd_akodeplayer
akodeplayer_DIR = akodeplayer
endif
diff --git a/kttsd/players/akodeplayer/README b/kttsd/players/akodeplayer/README
index a45864f..456b92b 100644
--- a/kttsd/players/akodeplayer/README
+++ b/kttsd/players/akodeplayer/README
@@ -5,7 +5,7 @@ for KTTS:
1. There was a bug in aKode that prevents it from playing .wav files. Carewolf
applied a patch on 13 Jun 2005 to decoderpluginhandler.cpp for this,
- so you may need to update your kdemultimedia modules.
+ so you may need to update your tdemultimedia modules.
2. aKode doesn't instantly stop when calling pause() or stop().
See bug:107135.
diff --git a/kttsd/plugins/Makefile.am b/kttsd/plugins/Makefile.am
index 7bf657e..3880967 100644
--- a/kttsd/plugins/Makefile.am
+++ b/kttsd/plugins/Makefile.am
@@ -1,29 +1,29 @@
-#kdevelop: festivalint_DIR = festivalint
+#tdevelop: festivalint_DIR = festivalint
if include_kttsd_festivalint
festivalint_DIR = festivalint
endif
-#kdevelop: freetts_DIR = freetts
+#tdevelop: freetts_DIR = freetts
if include_kttsd_freetts
freetts_DIR = freetts
endif
-#kdevelop: command_DIR = command
+#tdevelop: command_DIR = command
if include_kttsd_command
command_DIR = command
endif
-#kdevelop: hadifix_DIR = hadifix
+#tdevelop: hadifix_DIR = hadifix
if include_kttsd_hadifix
hadifix_DIR = hadifix
endif
-#kdevelop: flite_DIR = flite
+#tdevelop: flite_DIR = flite
if include_kttsd_flite
flite_DIR = flite
endif
-#kdevelop: epos_DIR = epos
+#tdevelop: epos_DIR = epos
if include_kttsd_epos
epos_DIR = epos
endif