diff options
author | Michele Calgaro <[email protected]> | 2018-09-25 22:28:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-25 22:28:57 +0900 |
commit | 59340c8595cf02dc0c604860c09e6408640d43de (patch) | |
tree | cf5eb856d32ab32c179fbd59d73c194994e12b70 /src/projects/base_k3bbootimageview.ui | |
parent | a59e51c48e0458fca0d785d442bd779927e7de55 (diff) | |
download | k3b-59340c8595cf02dc0c604860c09e6408640d43de.tar.gz k3b-59340c8595cf02dc0c604860c09e6408640d43de.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/projects/base_k3bbootimageview.ui')
-rw-r--r-- | src/projects/base_k3bbootimageview.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/projects/base_k3bbootimageview.ui b/src/projects/base_k3bbootimageview.ui index f0e5f27..3811f86 100644 --- a/src/projects/base_k3bbootimageview.ui +++ b/src/projects/base_k3bbootimageview.ui @@ -388,7 +388,7 @@ <slot access="protected">slotOptionsChanged()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>tdelistview.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">tdelistview.h</include> +</includes> </UI> |