1 diff --git a/app/compat.h b/app/compat.h
2 index b63d561..c051f35 100644
7 #if __has_include(<KCompletion/kcompletion_version.h>)
8 # include <KCompletion/kcompletion_version.h>
9 -#else // Pre KF-5.91 header layout
10 +#elif __has_include(<kcompletion_version.h>) // Pre KF-5.91 header layout
11 # include <kcompletion_version.h>
14 #if __has_include(<KArchive/karchive_version.h>)
15 # include <KArchive/karchive_version.h>
16 -#else // Pre KF-5.91 header layout
17 +#elif __has_include(<karchive_version.h>) // Pre KF-5.91 header layout
18 # include <karchive_version.h>