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 /src/rip/videodvd | |
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 'src/rip/videodvd')
-rw-r--r-- | src/rip/videodvd/base_k3bvideodvdrippingwidget.ui | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/src/rip/videodvd/base_k3bvideodvdrippingwidget.ui b/src/rip/videodvd/base_k3bvideodvdrippingwidget.ui index c4bc79b..e6c35c0 100644 --- a/src/rip/videodvd/base_k3bvideodvdrippingwidget.ui +++ b/src/rip/videodvd/base_k3bvideodvdrippingwidget.ui @@ -707,15 +707,12 @@ </connection> </connections> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>tdelistview.h</includehint> - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kactivelabel.h</includehint> - <includehint>k3bintmapcombobox.h</includehint> - <includehint>k3bintmapcombobox.h</includehint> - <includehint>kurllabel.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">k3bintmapcombobox.h</include> + <include location="global" impldecl="in implementation">kactivelabel.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kurllabel.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> + <include location="global" impldecl="in implementation">tdelistview.h</include> +</includes> </UI> |