From 9b23ca638955b99e0f483bf2b547345cd6c2004e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 16:56:33 -0500 Subject: [PATCH] Fix inadvertent tq changes. (cherry picked from commit 5ab422f11697f0a6282a919c8f76a5353f890edd) --- ksayit/Doxyfile | 2 +- kttsd/filters/xhtml2ssml/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ksayit/Doxyfile b/ksayit/Doxyfile index 8e2f437..cb1408f 100644 --- a/ksayit/Doxyfile +++ b/ksayit/Doxyfile @@ -102,7 +102,7 @@ FILE_PATTERNS = *.c \ *.tlh \ *.diff \ *.patch \ - *.tqmoc \ + *.moc \ *.xpm \ *.dox RECURSIVE = yes diff --git a/kttsd/filters/xhtml2ssml/Doxyfile b/kttsd/filters/xhtml2ssml/Doxyfile index e3ad878..0061358 100644 --- a/kttsd/filters/xhtml2ssml/Doxyfile +++ b/kttsd/filters/xhtml2ssml/Doxyfile @@ -120,7 +120,7 @@ FILE_PATTERNS = *.c \ *.tlh \ *.diff \ *.patch \ - *.tqmoc \ + *.moc \ *.xpm \ *.dox RECURSIVE = yes