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/rip/base_k3baudiorippingoptionwidget.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/rip/base_k3baudiorippingoptionwidget.ui')
-rw-r--r-- | src/rip/base_k3baudiorippingoptionwidget.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rip/base_k3baudiorippingoptionwidget.ui b/src/rip/base_k3baudiorippingoptionwidget.ui index 66d34ea..86be04b 100644 --- a/src/rip/base_k3baudiorippingoptionwidget.ui +++ b/src/rip/base_k3baudiorippingoptionwidget.ui @@ -275,8 +275,8 @@ file will contain all tracks one after the other. </connection> </connections> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kurlrequester.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcombobox.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> </UI> |