diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:26:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:26:35 -0600 |
commit | 72481b840addd29e356eb626fb8c438c7cc43d65 (patch) | |
tree | 17dee8b097e5fad59801e57d166ee2aeca523833 /kttsd | |
parent | dd9339cae71726ffe1ea74aa7813f7a64881b5f8 (diff) | |
download | tdeaccessibility-72481b840addd29e356eb626fb8c438c7cc43d65.tar.gz tdeaccessibility-72481b840addd29e356eb626fb8c438c7cc43d65.zip |
Additional kde to tde renaming
Diffstat (limited to 'kttsd')
-rw-r--r-- | kttsd/configure.in.bot | 2 | ||||
-rw-r--r-- | kttsd/configure.in.in | 2 | ||||
-rwxr-xr-x | kttsd/cvs2dist | 2 | ||||
-rw-r--r-- | kttsd/filters/Makefile.am | 2 | ||||
-rw-r--r-- | kttsd/kttsd/Makefile.am | 2 | ||||
-rw-r--r-- | kttsd/kttsmgr/Makefile.am | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/kttsd/configure.in.bot b/kttsd/configure.in.bot index b24a085..c3c5423 100644 --- a/kttsd/configure.in.bot +++ b/kttsd/configure.in.bot @@ -59,7 +59,7 @@ if test "x$have_akode" = xno && test "x$with_akode" = xcheck; then echo "* The build of the KTTS aKode audio plugin has been" echo "* disabled because the aKode library configuration" echo "* script (akode-config) was not found. The aKode libary" - echo "* is part of the kdesupport module." + echo "* is part of the tdesupport module." echo "*" echo "********************************************************" fi diff --git a/kttsd/configure.in.in b/kttsd/configure.in.in index b833cfc..1a0398e 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 kdesupport. +dnl from kdemultimedia to tdesupport. AC_DEFUN([KDE_CHECK_AKODE], [ diff --git a/kttsd/cvs2dist b/kttsd/cvs2dist index da2c08d..62fd2f9 100755 --- a/kttsd/cvs2dist +++ b/kttsd/cvs2dist @@ -181,7 +181,7 @@ if [ ! -z $showhelp ] || [ -z $module ] || [ -z $directory ]; then echo "the beginning of command line arguments if it exists." echo " '--' signifies the end of options." echo "" - echo "Example: cvs2dist /sources/kdegames kolf/objects/picture \\" + echo "Example: cvs2dist /sources/tdegames kolf/objects/picture \\" echo " -n kolf-picture -v 0.9 -r \"kolf/game.h\" \\" echo " --log ~/tmp/extra-file" echo "" diff --git a/kttsd/filters/Makefile.am b/kttsd/filters/Makefile.am index d565d86..ef4d2d3 100644 --- a/kttsd/filters/Makefile.am +++ b/kttsd/filters/Makefile.am @@ -17,7 +17,7 @@ check_PROGRAMS = testfilter testfilter_SOURCES = main.cpp -testfilter_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +testfilter_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor testfilter_LDADD = \ $(top_builddir)/kttsd/libkttsd/libkttsd.la \ $(LIB_KDECORE) diff --git a/kttsd/kttsd/Makefile.am b/kttsd/kttsd/Makefile.am index 5c251ae..e62610d 100644 --- a/kttsd/kttsd/Makefile.am +++ b/kttsd/kttsd/Makefile.am @@ -33,7 +33,7 @@ kttsd_SOURCES = \ filtermgr.cpp \ talkermgr.cpp -kttsd_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kttsd_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kttsd_LDADD = \ $(top_builddir)/kttsd/libkttsd/libkttsd.la \ $(LIB_KDECORE) \ diff --git a/kttsd/kttsmgr/Makefile.am b/kttsd/kttsmgr/Makefile.am index 21ddf60..b838b21 100644 --- a/kttsd/kttsmgr/Makefile.am +++ b/kttsd/kttsmgr/Makefile.am @@ -22,7 +22,7 @@ kttsmgr_SOURCES = \ kspeechsink.skel \ kttsmgr.cpp -kttsmgr_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kttsmgr_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kttsmgr_LDADD = \ $(LIB_KUTILS) \ $(LIB_KDEUI) |