diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 23:14:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 23:14:53 +0900 |
commit | f222b9e361948c96e2f9ba489d069d3d17583a24 (patch) | |
tree | aded1368282698222fb228b5b6dcfbd359ee992f /k9author/newTitle.ui | |
parent | 83685af7061658c96074bce11acae70466b40244 (diff) | |
download | k9copy-f222b9e361948c96e2f9ba489d069d3d17583a24.tar.gz k9copy-f222b9e361948c96e2f9ba489d069d3d17583a24.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'k9author/newTitle.ui')
-rw-r--r-- | k9author/newTitle.ui | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/k9author/newTitle.ui b/k9author/newTitle.ui index 78b1250..40b7028 100644 --- a/k9author/newTitle.ui +++ b/k9author/newTitle.ui @@ -272,13 +272,10 @@ <slot>bAddClicked()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>ktimewidget.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">knuminput.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">ktimewidget.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> </UI> |