diff options
author | Slávek Banko <[email protected]> | 2018-09-22 12:47:40 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-22 12:47:40 +0200 |
commit | fa8da6b1ca1c6cdd5cab8b5c7f4a0cc1e65250a8 (patch) | |
tree | d4646ba2a344ce549df562a7f2268d35c7b454d0 /kgpg/keyproperties.ui | |
parent | 2a2d1c2510647925f8deec693fcd9bebd2608143 (diff) | |
download | tdeutils-fa8da6b1ca1c6cdd5cab8b5c7f4a0cc1e65250a8.tar.gz tdeutils-fa8da6b1ca1c6cdd5cab8b5c7f4a0cc1e65250a8.zip |
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kgpg/keyproperties.ui')
-rw-r--r-- | kgpg/keyproperties.ui | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/kgpg/keyproperties.ui b/kgpg/keyproperties.ui index 7dce70b..2d845f2 100644 --- a/kgpg/keyproperties.ui +++ b/kgpg/keyproperties.ui @@ -496,12 +496,9 @@ <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kactivelabel.h</includehint> - <includehint>kactivelabel.h</includehint> - <includehint>kactivelabel.h</includehint> - <includehint>kactivelabel.h</includehint> - <includehint>kactivelabel.h</includehint> - <includehint>kactivelabel.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kactivelabel.h</include> + <include location="global" impldecl="in implementation">kcombobox.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> +</includes> </UI> |