diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 23:41:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 23:41:27 +0900 |
commit | 9cd74976a1b963faaeb86498f6a09eb2db9f1234 (patch) | |
tree | 5bec6896bf6732ba1675b3409c7227aae2748c31 /configdialog/kbfxconfigdlgstyle.ui | |
parent | b45054ae3685f79d3eba6a4a0ca0aa94158f8ebc (diff) | |
download | kbfx-9cd74976a1b963faaeb86498f6a09eb2db9f1234.tar.gz kbfx-9cd74976a1b963faaeb86498f6a09eb2db9f1234.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'configdialog/kbfxconfigdlgstyle.ui')
-rw-r--r-- | configdialog/kbfxconfigdlgstyle.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configdialog/kbfxconfigdlgstyle.ui b/configdialog/kbfxconfigdlgstyle.ui index 044812e..7b908ed 100644 --- a/configdialog/kbfxconfigdlgstyle.ui +++ b/configdialog/kbfxconfigdlgstyle.ui @@ -499,7 +499,7 @@ <slot>ChangeForm()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="0"/> -<includehints> - <includehint>kactivelabel.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kactivelabel.h</include> +</includes> </UI> |