diff options
author | Michele Calgaro <[email protected]> | 2018-09-25 23:14:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-25 23:14:53 +0900 |
commit | f222b9e361948c96e2f9ba489d069d3d17583a24 (patch) | |
tree | aded1368282698222fb228b5b6dcfbd359ee992f /src/k9mainw.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 <[email protected]>
Diffstat (limited to 'src/k9mainw.ui')
-rw-r--r-- | src/k9mainw.ui | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/k9mainw.ui b/src/k9mainw.ui index 582604e..6c9ff45 100644 --- a/src/k9mainw.ui +++ b/src/k9mainw.ui @@ -417,11 +417,9 @@ <slot>itemRenamed(TQListViewItem*,int)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>tdeselect.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcombobox.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">tdeselect.h</include> +</includes> </UI> |