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 /ktron | |
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 'ktron')
-rw-r--r-- | ktron/appearance.ui | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ktron/appearance.ui b/ktron/appearance.ui index 0c817317..9b9f7588 100644 --- a/ktron/appearance.ui +++ b/ktron/appearance.ui @@ -293,10 +293,8 @@ <tabstop>kcfg_Color_Player2</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kcolorbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcolorbutton.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> </UI> |