Autogen: Continue search for FOO_p.h when FOO.h was found
When searching for headers for a source file FOO.cpp, AUTOMOC stops when FOO.h was found.
This differs from previous version where the search continued to see if FOO_p.h exists as well.
This patch restores the old behavior.