From 4304e8d9dab8e20513e38e71b0debdf6937b630c Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 16 Apr 2011 23:01:29 +0000 Subject: Finish TQt4 port of kpowersave This enables both Qt3 and Qt4 builds git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpowersave@1228282 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index e015fe5..e2eb0d1 100644 --- a/Doxyfile +++ b/Doxyfile @@ -17,7 +17,7 @@ ABBREVIATE_BRIEF = "The $name class" \ is \ provides \ specifies \ - contains \ + tqcontains \ represents \ a \ an \ @@ -113,7 +113,7 @@ FILE_PATTERNS = *.c \ *.dox RECURSIVE = YES EXCLUDE = ./src/kpowersave_dummy.cpp \ - ./src/screen.moc.cpp \ + ./src/screen.tqmoc.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 = *.moc.cpp \ +EXCLUDE_PATTERNS = *.tqmoc.cpp \ *_dummy.* \ *.la.cpp \ *_la.all_cpp.cpp -- cgit v1.2.1