diff options
author | Michele Calgaro <[email protected]> | 2018-09-23 01:52:37 +0900 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-22 19:56:03 +0200 |
commit | 8895c7d4ede4be924d5c00293b0db6423498fc2f (patch) | |
tree | d93ce2b712f0b99089b5fb35ea4874278fe7576a /kbabel/commonui/projectwizardwidget2.ui | |
parent | 7fdcead923fb2d583f846ad719ab2590c502cad1 (diff) | |
download | tdesdk-8895c7d4ede4be924d5c00293b0db6423498fc2f.tar.gz tdesdk-8895c7d4ede4be924d5c00293b0db6423498fc2f.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f1b639fcc7a87e815f2de0a16a7a7f0d55fc10c2)
Diffstat (limited to 'kbabel/commonui/projectwizardwidget2.ui')
-rw-r--r-- | kbabel/commonui/projectwizardwidget2.ui | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kbabel/commonui/projectwizardwidget2.ui b/kbabel/commonui/projectwizardwidget2.ui index ef1fb414..75a5fef0 100644 --- a/kbabel/commonui/projectwizardwidget2.ui +++ b/kbabel/commonui/projectwizardwidget2.ui @@ -150,8 +150,7 @@ will not work.</string> <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> </UI> |