diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-23 01:52:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-23 01:52:37 +0900 |
commit | f1b639fcc7a87e815f2de0a16a7a7f0d55fc10c2 (patch) | |
tree | a88129760945da1e53167dd8b3c17adc674e0c8e /kbabel/commonui/projectwizardwidget.ui | |
parent | 4f55ea0fcee52e34a720ad5e6bc02d7a6ecb762d (diff) | |
download | tdesdk-f1b639fcc7a87e815f2de0a16a7a7f0d55fc10c2.tar.gz tdesdk-f1b639fcc7a87e815f2de0a16a7a7f0d55fc10c2.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbabel/commonui/projectwizardwidget.ui')
-rw-r--r-- | kbabel/commonui/projectwizardwidget.ui | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/kbabel/commonui/projectwizardwidget.ui b/kbabel/commonui/projectwizardwidget.ui index 74f13148..bae9dc64 100644 --- a/kbabel/commonui/projectwizardwidget.ui +++ b/kbabel/commonui/projectwizardwidget.ui @@ -253,14 +253,10 @@ done</li> <tabstop>_projectType</tabstop> </tabstops> <includes> - <include location="local" impldecl="in implementation">projectwizardwidget.ui.h</include> + <include location="local" impldecl="in implementation">projectwizardwidget.ui.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> </includes> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> </UI> |