includes: add camel case headers for KExiv2 and KPasswdStore classes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-04-26 21:22:26 +03:00
parent 169746e827
commit c59bc13be9
3 changed files with 4 additions and 0 deletions

View file

@ -47,6 +47,8 @@ install(
KCModuleProxy KCModuleProxy
KCMultiDialog KCMultiDialog
KIdleTime KIdleTime
KExiv2
KPasswdStore
KCalendarSystem KCalendarSystem
KCharMacroExpander KCharMacroExpander
KCharsets KCharsets

1
includes/KExiv2 Normal file
View file

@ -0,0 +1 @@
#include "../kexiv2.h"

1
includes/KPasswdStore Normal file
View file

@ -0,0 +1 @@
#include "../kpasswdstore.h"