diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-09-22 12:47:40 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-22 12:47:40 +0200 |
commit | fa8da6b1ca1c6cdd5cab8b5c7f4a0cc1e65250a8 (patch) | |
tree | d4646ba2a344ce549df562a7f2268d35c7b454d0 /kcalc | |
parent | 2a2d1c2510647925f8deec693fcd9bebd2608143 (diff) | |
download | tdeutils-fa8da6b1ca1c6cdd5cab8b5c7f4a0cc1e65250a8.tar.gz tdeutils-fa8da6b1ca1c6cdd5cab8b5c7f4a0cc1e65250a8.zip |
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kcalc')
-rw-r--r-- | kcalc/colors.ui | 3 | ||||
-rw-r--r-- | kcalc/constants.ui | 11 |
2 files changed, 6 insertions, 8 deletions
diff --git a/kcalc/colors.ui b/kcalc/colors.ui index af64057..6661521 100644 --- a/kcalc/colors.ui +++ b/kcalc/colors.ui @@ -275,4 +275,7 @@ <tabstop>kcfg_OperationButtonsColor</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> +<includes> + <include location="global" impldecl="in implementation">kcolorbutton.h</include> +</includes> </UI> diff --git a/kcalc/constants.ui b/kcalc/constants.ui index 8bebd01..7cad5ff 100644 --- a/kcalc/constants.ui +++ b/kcalc/constants.ui @@ -480,12 +480,7 @@ <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kpushbutton.h</include> +</includes> </UI> |