summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:02:56 -0500
committerSlávek Banko <slavek.banko@axis.cz>2013-01-01 00:55:48 +0100
commit5876d4df836f00858f6de31a06dc17af4c91cd2e (patch)
tree98dc6c502704e4b25d9b5a93cf8066d41d0c3736
parent874d437b8e322379195c76838cbd2c37516586f9 (diff)
downloadkpowersave-5876d4df836f00858f6de31a06dc17af4c91cd2e.tar.gz
kpowersave-5876d4df836f00858f6de31a06dc17af4c91cd2e.zip
Fix inadvertent tq changes.
(cherry picked from commit 6a79b632d987db365646b244f65096598398a44e)
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 828ed66..e015fe5 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/kdeinit_kpowersave.cpp
EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS = *.tqmoc.cpp \
+EXCLUDE_PATTERNS = *.moc.cpp \
*_dummy.* \
*.la.cpp \
*_la.all_cpp.cpp