diff options
author | Michele Calgaro <[email protected]> | 2018-09-25 23:14:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-25 23:15:11 +0900 |
commit | 79fcf942ea1299c45e6e9603b8cb48734804ce9b (patch) | |
tree | 0fe44a194a50482c8b2d4a449190aa0be51c0ec2 /src/k9mainwsov.ui | |
parent | 2ec3ce58b6b798cc515e0d78b35548f8337349b5 (diff) | |
download | k9copy-79fcf942ea1299c45e6e9603b8cb48734804ce9b.tar.gz k9copy-79fcf942ea1299c45e6e9603b8cb48734804ce9b.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f222b9e361948c96e2f9ba489d069d3d17583a24)
Diffstat (limited to 'src/k9mainwsov.ui')
-rw-r--r-- | src/k9mainwsov.ui | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/k9mainwsov.ui b/src/k9mainwsov.ui index 5c906ec..1934e39 100644 --- a/src/k9mainwsov.ui +++ b/src/k9mainwsov.ui @@ -414,11 +414,9 @@ <slot>itemRenamed(TQListViewItem*,int)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kcombobox.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>tdeselect.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> |