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/option/base_k3bpluginoptiontab.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/option/base_k3bpluginoptiontab.ui')
-rw-r--r-- | src/option/base_k3bpluginoptiontab.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/option/base_k3bpluginoptiontab.ui b/src/option/base_k3bpluginoptiontab.ui index 1278f80..64cbfdd 100644 --- a/src/option/base_k3bpluginoptiontab.ui +++ b/src/option/base_k3bpluginoptiontab.ui @@ -84,7 +84,7 @@ </image> </images> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>k3blistview.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">k3blistview.h</include> +</includes> </UI> |