diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-22 23:09:02 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-22 17:28:21 +0200 |
commit | ecf96fac5f34f76afffcea39b11563b7822f3933 (patch) | |
tree | d50e86bb754e577b4e123275984f2780484ab071 /kbattleship | |
parent | 9441bc31b07a572e145f3670152953de7d5c293a (diff) | |
download | tdegames-ecf96fac5f34f76afffcea39b11563b7822f3933.tar.gz tdegames-ecf96fac5f34f76afffcea39b11563b7822f3933.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bae7fb22f72c320514557d09bfe2c343120d9cec)
Diffstat (limited to 'kbattleship')
-rw-r--r-- | kbattleship/kbattleship/dialogs/connectDlg.ui | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/kbattleship/kbattleship/dialogs/connectDlg.ui b/kbattleship/kbattleship/dialogs/connectDlg.ui index 40ec9609..884e5898 100644 --- a/kbattleship/kbattleship/dialogs/connectDlg.ui +++ b/kbattleship/kbattleship/dialogs/connectDlg.ui @@ -171,13 +171,8 @@ </widget> <customwidgets> </customwidgets> +<layoutdefaults spacing="6" margin="11"/> <includes> - <include location="global" impldecl="in implementation">kcombobox.h</include> + <include location="global" impldecl="in implementation">kcombobox.h</include> </includes> -<layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kcombobox.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kcombobox.h</includehint> -</includehints> </UI> |