From edd810f95769b4d211d26fcd33c68ec36b6140dd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 21 Sep 2020 00:03:57 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro --- kttsd/plugins/command/commandconf.cpp | 2 +- kttsd/plugins/command/commandconf.h | 2 +- kttsd/plugins/command/commandplugin.cpp | 2 +- kttsd/plugins/command/commandproc.cpp | 2 +- kttsd/plugins/command/commandproc.h | 2 +- kttsd/plugins/epos/eposconf.cpp | 2 +- kttsd/plugins/epos/eposconf.h | 2 +- kttsd/plugins/epos/eposplugin.cpp | 2 +- kttsd/plugins/epos/eposproc.cpp | 2 +- kttsd/plugins/epos/eposproc.h | 2 +- kttsd/plugins/festivalint/festivalintconf.cpp | 2 +- kttsd/plugins/festivalint/festivalintconf.h | 2 +- kttsd/plugins/festivalint/festivalintplugin.cpp | 2 +- kttsd/plugins/festivalint/festivalintproc.cpp | 2 +- kttsd/plugins/festivalint/festivalintproc.h | 2 +- kttsd/plugins/flite/fliteconf.cpp | 2 +- kttsd/plugins/flite/fliteconf.h | 2 +- kttsd/plugins/flite/fliteplugin.cpp | 2 +- kttsd/plugins/flite/fliteproc.cpp | 2 +- kttsd/plugins/flite/fliteproc.h | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) (limited to 'kttsd/plugins') diff --git a/kttsd/plugins/command/commandconf.cpp b/kttsd/plugins/command/commandconf.cpp index f95bca0..6fc2792 100644 --- a/kttsd/plugins/command/commandconf.cpp +++ b/kttsd/plugins/command/commandconf.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Configuration for the Command Plug in ------------------- Copyright : (C) 2002,2004 by Gunnar Schmi Dt and Gary Cramblitt diff --git a/kttsd/plugins/command/commandconf.h b/kttsd/plugins/command/commandconf.h index 743e6d0..11f8b9b 100644 --- a/kttsd/plugins/command/commandconf.h +++ b/kttsd/plugins/command/commandconf.h @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Configuration for the Command Plug in ------------------- Copyright : (C) 2002,2004 by Gunnar Schmi Dt and Gary Cramblitt diff --git a/kttsd/plugins/command/commandplugin.cpp b/kttsd/plugins/command/commandplugin.cpp index 119ca47..ebe4b6e 100644 --- a/kttsd/plugins/command/commandplugin.cpp +++ b/kttsd/plugins/command/commandplugin.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* ------------------- Copyright : (C) 2002 by Gunnar Schmi Dt and 2004 by Gary Cramblitt ------------------- diff --git a/kttsd/plugins/command/commandproc.cpp b/kttsd/plugins/command/commandproc.cpp index 0347d79..1be0d2d 100644 --- a/kttsd/plugins/command/commandproc.cpp +++ b/kttsd/plugins/command/commandproc.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Main speaking functions for the Command Plug in ------------------- Copyright : (C) 2002 by Gunnar Schmi Dt and 2004 by Gary Cramblitt diff --git a/kttsd/plugins/command/commandproc.h b/kttsd/plugins/command/commandproc.h index 694c41f..1ffe7ee 100644 --- a/kttsd/plugins/command/commandproc.h +++ b/kttsd/plugins/command/commandproc.h @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Main speaking functions for the Command Plug in ------------------- Copyright : (C) 2002 by Gunnar Schmi Dt and 2004 by Gary Cramblitt diff --git a/kttsd/plugins/epos/eposconf.cpp b/kttsd/plugins/epos/eposconf.cpp index 40f9d1a..64e5b6e 100644 --- a/kttsd/plugins/epos/eposconf.cpp +++ b/kttsd/plugins/epos/eposconf.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Configuration widget and functions for Epos plug in ------------------- Copyright: diff --git a/kttsd/plugins/epos/eposconf.h b/kttsd/plugins/epos/eposconf.h index 0e19a8a..73df5dd 100644 --- a/kttsd/plugins/epos/eposconf.h +++ b/kttsd/plugins/epos/eposconf.h @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Configuration widget and functions for Epos plug in ------------------- Copyright: diff --git a/kttsd/plugins/epos/eposplugin.cpp b/kttsd/plugins/epos/eposplugin.cpp index 9bc0bee..02bccef 100644 --- a/kttsd/plugins/epos/eposplugin.cpp +++ b/kttsd/plugins/epos/eposplugin.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Generating the factories so Epos can be used as plug in. ------------------- Copyright: diff --git a/kttsd/plugins/epos/eposproc.cpp b/kttsd/plugins/epos/eposproc.cpp index 137314d..8d91c66 100644 --- a/kttsd/plugins/epos/eposproc.cpp +++ b/kttsd/plugins/epos/eposproc.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* eposproc.cpp Main speaking functions for the Epos Plug in ------------------- diff --git a/kttsd/plugins/epos/eposproc.h b/kttsd/plugins/epos/eposproc.h index 4c13d83..afc80e8 100644 --- a/kttsd/plugins/epos/eposproc.h +++ b/kttsd/plugins/epos/eposproc.h @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* eposproc.h Main speaking functions for the Epos Plug in ------------------- diff --git a/kttsd/plugins/festivalint/festivalintconf.cpp b/kttsd/plugins/festivalint/festivalintconf.cpp index 0dc737a..c38bbd5 100644 --- a/kttsd/plugins/festivalint/festivalintconf.cpp +++ b/kttsd/plugins/festivalint/festivalintconf.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Configuration widget and functions for Festival (Interactive) plug in ------------------- Copyright: diff --git a/kttsd/plugins/festivalint/festivalintconf.h b/kttsd/plugins/festivalint/festivalintconf.h index 5399b76..3d690aa 100644 --- a/kttsd/plugins/festivalint/festivalintconf.h +++ b/kttsd/plugins/festivalint/festivalintconf.h @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Configuration widget and functions for Festival (Interactive) plug in ------------------- Copyright: diff --git a/kttsd/plugins/festivalint/festivalintplugin.cpp b/kttsd/plugins/festivalint/festivalintplugin.cpp index d793b40..e559d27 100644 --- a/kttsd/plugins/festivalint/festivalintplugin.cpp +++ b/kttsd/plugins/festivalint/festivalintplugin.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Generating the factories so festival (interactive) can be used as plug in. ------------------- Copyright: diff --git a/kttsd/plugins/festivalint/festivalintproc.cpp b/kttsd/plugins/festivalint/festivalintproc.cpp index c3b8965..1258317 100644 --- a/kttsd/plugins/festivalint/festivalintproc.cpp +++ b/kttsd/plugins/festivalint/festivalintproc.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Main speaking functions for the Festival (Interactive) Plug in ------------------- Copyright: diff --git a/kttsd/plugins/festivalint/festivalintproc.h b/kttsd/plugins/festivalint/festivalintproc.h index 2222512..f685f0b 100644 --- a/kttsd/plugins/festivalint/festivalintproc.h +++ b/kttsd/plugins/festivalint/festivalintproc.h @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Main speaking functions for the Festival (Interactive) Plug in ------------------- Copyright: diff --git a/kttsd/plugins/flite/fliteconf.cpp b/kttsd/plugins/flite/fliteconf.cpp index 2d5737e..1e15e68 100644 --- a/kttsd/plugins/flite/fliteconf.cpp +++ b/kttsd/plugins/flite/fliteconf.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Configuration widget and functions for Festival (Interactive) plug in ------------------- Copyright: diff --git a/kttsd/plugins/flite/fliteconf.h b/kttsd/plugins/flite/fliteconf.h index f2a1dc4..6bcb82e 100644 --- a/kttsd/plugins/flite/fliteconf.h +++ b/kttsd/plugins/flite/fliteconf.h @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Configuration widget and functions for Festival (Interactive) plug in ------------------- Copyright: diff --git a/kttsd/plugins/flite/fliteplugin.cpp b/kttsd/plugins/flite/fliteplugin.cpp index 602b5bb..de02538 100644 --- a/kttsd/plugins/flite/fliteplugin.cpp +++ b/kttsd/plugins/flite/fliteplugin.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Generating the factories so festival lite (flite) can be used as plug in. ------------------- Copyright: diff --git a/kttsd/plugins/flite/fliteproc.cpp b/kttsd/plugins/flite/fliteproc.cpp index 1cb8b27..9ebadd6 100644 --- a/kttsd/plugins/flite/fliteproc.cpp +++ b/kttsd/plugins/flite/fliteproc.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Main speaking functions for the Festival Lite (Flite) Plug in ------------------- Copyright: diff --git a/kttsd/plugins/flite/fliteproc.h b/kttsd/plugins/flite/fliteproc.h index 51950b0..7bc2ce8 100644 --- a/kttsd/plugins/flite/fliteproc.h +++ b/kttsd/plugins/flite/fliteproc.h @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Main speaking functions for the Festival Lite (Flite) Plug in ------------------- Copyright: -- cgit v1.2.3