diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 22:28:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 22:28:57 +0900 |
commit | 59340c8595cf02dc0c604860c09e6408640d43de (patch) | |
tree | cf5eb856d32ab32c179fbd59d73c194994e12b70 /k3bsetup | |
parent | a59e51c48e0458fca0d785d442bd779927e7de55 (diff) | |
download | k3b-59340c8595cf02dc0c604860c09e6408640d43de.tar.gz k3b-59340c8595cf02dc0c604860c09e6408640d43de.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'k3bsetup')
-rw-r--r-- | k3bsetup/base_k3bsetup2.ui | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/k3bsetup/base_k3bsetup2.ui b/k3bsetup/base_k3bsetup2.ui index 9ad2b87..0764b25 100644 --- a/k3bsetup/base_k3bsetup2.ui +++ b/k3bsetup/base_k3bsetup2.ui @@ -371,10 +371,8 @@ </connection> </connections> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>tdelistview.h</includehint> - <includehint>tdelistview.h</includehint> - <includehint>keditlistbox.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">keditlistbox.h</include> + <include location="global" impldecl="in implementation">tdelistview.h</include> +</includes> </UI> |