summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:01:16 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:01:16 -0500
commit482480ca3d7cf8b7474cc63a5914ef7c786cf251 (patch)
treeae526103bb10ac8fa046f4035cba7244065fe20c
parentf65902c05fedb5701f456133c154c20ebaaae8a5 (diff)
downloadkoffice-482480ca.tar.gz
koffice-482480ca.zip
Fix inadvertent tq changes.
-rw-r--r--kexi/doc/kexidb/kexidb.doxygen4
-rw-r--r--kexi/plugins/scripting/kexidb.doxyfile2
-rw-r--r--kspread/Doxyfile4
3 files changed, 5 insertions, 5 deletions
diff --git a/kexi/doc/kexidb/kexidb.doxygen b/kexi/doc/kexidb/kexidb.doxygen
index 0aceb6c3..c98ceb69 100644
--- a/kexi/doc/kexidb/kexidb.doxygen
+++ b/kexi/doc/kexidb/kexidb.doxygen
@@ -72,8 +72,8 @@ EXCLUDE = ../../kexidb/parser/sqlparser.h \
../../kexidb/parser/sqlparser.cpp \
../../kexidb/parser/sqlscanner.cpp
EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS = *.tqmoc.* \
- tqmoc* \
+EXCLUDE_PATTERNS = *.moc.* \
+ moc* \
*.all_cpp.* \
*unload.* \
*/test/* \
diff --git a/kexi/plugins/scripting/kexidb.doxyfile b/kexi/plugins/scripting/kexidb.doxyfile
index f44e8230..e40a378e 100644
--- a/kexi/plugins/scripting/kexidb.doxyfile
+++ b/kexi/plugins/scripting/kexidb.doxyfile
@@ -111,7 +111,7 @@ RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = YES
-EXCLUDE_PATTERNS = config.h *.tqmoc.cpp
+EXCLUDE_PATTERNS = config.h *.moc.cpp
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
diff --git a/kspread/Doxyfile b/kspread/Doxyfile
index 77a61d37..38131dfb 100644
--- a/kspread/Doxyfile
+++ b/kspread/Doxyfile
@@ -431,8 +431,8 @@ EXCLUDE_SYMLINKS = NO
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
-EXCLUDE_PATTERNS = *.tqmoc.* \
- tqmoc* \
+EXCLUDE_PATTERNS = *.moc.* \
+ moc* \
*.all_cpp.* \
*unload.* \
*/test/* \