summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:02:56 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:02:56 -0500
commit6a79b632d987db365646b244f65096598398a44e (patch)
treedfa075d31fe5e29b162a16871552a42902d952da /Doxyfile
parent74898e971c659c852885281bcebfecdf0726c605 (diff)
downloadkpowersave-6a79b632d987db365646b244f65096598398a44e.tar.gz
kpowersave-6a79b632d987db365646b244f65096598398a44e.zip
Fix inadvertent tq changes.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index c003c8a..11e690c 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -113,7 +113,7 @@ FILE_PATTERNS = *.c \
*.dox
RECURSIVE = YES
EXCLUDE = ./src/kpowersave_dummy.cpp \
- ./src/screen.tqmoc.cpp \
+ ./src/screen.moc.cpp \
./src/kpowersave.la.cpp \
./src/kpowersave_skel.cpp \
./src/info_Dialog.cpp \
@@ -128,7 +128,7 @@ EXCLUDE = ./src/kpowersave_dummy.cpp \
./src/configure_Dialog.h \
./src/tdeinit_kpowersave.cpp
EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS = *.tqmoc.cpp \
+EXCLUDE_PATTERNS = *.moc.cpp \
*_dummy.* \
*.la.cpp \
*_la.all_cpp.cpp