diff options
author | Michele Calgaro <[email protected]> | 2018-09-25 22:28:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-25 22:29:20 +0900 |
commit | c71ba8e51c54e52aa95f401d78dd8be54e828a75 (patch) | |
tree | f6dc37786e3792cdfb7476c2cdbdc36fb5741794 /src/rip/base_k3baudiorippingoptionwidget.ui | |
parent | 5ff2d78404ba94e83d83eed56aac8206f3c06a39 (diff) | |
download | k3b-c71ba8e51c54e52aa95f401d78dd8be54e828a75.tar.gz k3b-c71ba8e51c54e52aa95f401d78dd8be54e828a75.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 59340c8595cf02dc0c604860c09e6408640d43de)
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> |