diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-02 22:27:07 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-05 18:49:28 +0100 |
commit | 26de10618a0767658160762b87f1ec2c9c1cbc26 (patch) | |
tree | af3bc6000b49a2383c383f83b83d951bb2b0e570 /src/gui/microsettingswidget.ui | |
parent | f84a48543b2471121d36334e094e0f85f9b9c431 (diff) | |
download | ktechlab-26de10618a0767658160762b87f1ec2c9c1cbc26.tar.gz ktechlab-26de10618a0767658160762b87f1ec2c9c1cbc26.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f23df438132393cf20cb93f9922325dc49792573)
Diffstat (limited to 'src/gui/microsettingswidget.ui')
-rw-r--r-- | src/gui/microsettingswidget.ui | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/gui/microsettingswidget.ui b/src/gui/microsettingswidget.ui index 9030238..1d43ea5 100644 --- a/src/gui/microsettingswidget.ui +++ b/src/gui/microsettingswidget.ui @@ -187,11 +187,8 @@ Drag it to set the type (input/output).</string> </vbox> </widget> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kcombobox.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcombobox.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> +</includes> </UI> |