diff options
author | Michele Calgaro <[email protected]> | 2018-09-22 23:09:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-22 23:09:02 +0900 |
commit | bae7fb22f72c320514557d09bfe2c343120d9cec (patch) | |
tree | 2886536dfce8d6c17178d2afea11afb77eae7404 /kbattleship | |
parent | 2bc726cc219d355c70fb1a709085a9e120f34479 (diff) | |
download | tdegames-bae7fb22f72c320514557d09bfe2c343120d9cec.tar.gz tdegames-bae7fb22f72c320514557d09bfe2c343120d9cec.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <[email protected]>
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> |