diff options
author | Michele Calgaro <[email protected]> | 2018-09-25 21:32:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-25 21:33:32 +0900 |
commit | 1a0bdf9746b4c82966e20403de7ed3526c7d854a (patch) | |
tree | 5a7c555adb24057820710fcb3e1815495cf9a949 /kcm_gtk/mozillaprofile.ui | |
parent | e31beb789658cd28cc5dd4de0dedbe060e6c9000 (diff) | |
download | gtk-qt-engine-1a0bdf9746b4c82966e20403de7ed3526c7d854a.tar.gz gtk-qt-engine-1a0bdf9746b4c82966e20403de7ed3526c7d854a.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 5dea96d025378f3e3450b7041712e5e097ca83af)
Diffstat (limited to 'kcm_gtk/mozillaprofile.ui')
-rw-r--r-- | kcm_gtk/mozillaprofile.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcm_gtk/mozillaprofile.ui b/kcm_gtk/mozillaprofile.ui index f41ae1b..28ba57d 100644 --- a/kcm_gtk/mozillaprofile.ui +++ b/kcm_gtk/mozillaprofile.ui @@ -68,7 +68,7 @@ <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>tdelistview.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">tdelistview.h</include> +</includes> </UI> |