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 /ksnake | |
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 '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> |