diff options
author | Slávek Banko <[email protected]> | 2020-11-02 22:27:07 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-02 22:27:07 +0100 |
commit | f23df438132393cf20cb93f9922325dc49792573 (patch) | |
tree | d35e0a54f2ce018aefba36968233eae5d97cad76 /src/gui/microsettingswidget.ui | |
parent | a9c86866c380e503dd75797b5c2d129bfb622a9e (diff) | |
download | ktechlab-f23df438132393cf20cb93f9922325dc49792573.tar.gz ktechlab-f23df438132393cf20cb93f9922325dc49792573.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Slávek Banko <[email protected]>
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> |