diff options
author | Slávek Banko <[email protected]> | 2018-09-19 22:55:38 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-21 19:58:51 +0900 |
commit | fa7ffe05ea0a57de4e06ad20e6df8204e4817e0a (patch) | |
tree | e00c6c7568f360926a3c98e46d0cadf45f745072 /kaddressbook/editors/imeditorbase.ui | |
parent | 236373d72115fde4705cc7cbf84927527a3019c3 (diff) | |
download | tdepim-fa7ffe05ea0a57de4e06ad20e6df8204e4817e0a.tar.gz tdepim-fa7ffe05ea0a57de4e06ad20e6df8204e4817e0a.zip |
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 0d192ed6f2b536340ff8cc1838d56fa1e151d119)
Diffstat (limited to 'kaddressbook/editors/imeditorbase.ui')
-rw-r--r-- | kaddressbook/editors/imeditorbase.ui | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/kaddressbook/editors/imeditorbase.ui b/kaddressbook/editors/imeditorbase.ui index aca1c105f..bca99a623 100644 --- a/kaddressbook/editors/imeditorbase.ui +++ b/kaddressbook/editors/imeditorbase.ui @@ -154,11 +154,9 @@ </customwidgets> <layoutdefaults spacing="6" margin="0"/> <layoutfunctions spacing="KDialog::spacingHint"/> -<includehints> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>tdelistview.h</includehint> - <includehint>kactivelabel.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kactivelabel.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">tdelistview.h</include> +</includes> </UI> |