From 5ab422f11697f0a6282a919c8f76a5353f890edd 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. --- ksayit/Doxyfile | 2 +- kttsd/filters/xhtml2ssml/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ksayit/Doxyfile b/ksayit/Doxyfile index dfaf6a2..703e313 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 ce24bc1..75e1480 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