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 /ksnake | |
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 'ksnake')
-rw-r--r-- | ksnake/appearance.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksnake/appearance.ui b/ksnake/appearance.ui index d5f49530..f3ed2ae9 100644 --- a/ksnake/appearance.ui +++ b/ksnake/appearance.ui @@ -81,7 +81,7 @@ </vbox> </widget> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kcolorbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcolorbutton.h</include> +</includes> </UI> |