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 /ktron/appearance.ui | |
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 'ktron/appearance.ui')
-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> |