diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-22 23:09:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-22 23:09:02 +0900 |
commit | bae7fb22f72c320514557d09bfe2c343120d9cec (patch) | |
tree | 2886536dfce8d6c17178d2afea11afb77eae7404 /konquest | |
parent | 2bc726cc219d355c70fb1a709085a9e120f34479 (diff) | |
download | tdegames-bae7fb22f72c320514557d09bfe2c343120d9cec.tar.gz tdegames-bae7fb22f72c320514557d09bfe2c343120d9cec.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konquest')
-rw-r--r-- | konquest/newGameDlg_ui.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/konquest/newGameDlg_ui.ui b/konquest/newGameDlg_ui.ui index 55a8a2b9..fded57c7 100644 --- a/konquest/newGameDlg_ui.ui +++ b/konquest/newGameDlg_ui.ui @@ -434,7 +434,7 @@ </image> </images> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>minimap.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">minimap.h</include> +</includes> </UI> |