diff options
author | Slávek Banko <[email protected]> | 2018-09-21 03:02:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-21 03:02:29 +0200 |
commit | 94033dc8bbdc719864d178f67d9a32396ec35583 (patch) | |
tree | 5184ebb42d624d23171b6f8a37ddc6cab3ac5d80 /kopete/plugins/history | |
parent | 716e33b80b485b3bd1a67a7841d230ba5ec73a99 (diff) | |
download | tdenetwork-94033dc8bbdc719864d178f67d9a32396ec35583.tar.gz tdenetwork-94033dc8bbdc719864d178f67d9a32396ec35583.zip |
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kopete/plugins/history')
-rw-r--r-- | kopete/plugins/history/historyprefsui.ui | 9 | ||||
-rw-r--r-- | kopete/plugins/history/historyviewer.ui | 14 |
2 files changed, 11 insertions, 12 deletions
diff --git a/kopete/plugins/history/historyprefsui.ui b/kopete/plugins/history/historyprefsui.ui index 558c68a2..52a55502 100644 --- a/kopete/plugins/history/historyprefsui.ui +++ b/kopete/plugins/history/historyprefsui.ui @@ -179,9 +179,8 @@ <tabstop>History_color</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>knuminput.h</includehint> - <includehint>kcolorbutton.h</includehint> - <includehint>knuminput.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcolorbutton.h</include> + <include location="global" impldecl="in implementation">knuminput.h</include> +</includes> </UI> diff --git a/kopete/plugins/history/historyviewer.ui b/kopete/plugins/history/historyviewer.ui index be64272d..aae06605 100644 --- a/kopete/plugins/history/historyviewer.ui +++ b/kopete/plugins/history/historyviewer.ui @@ -337,11 +337,11 @@ <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kprogress.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>tdelistviewsearchline.h</includehint> - <includehint>tdelistview.h</includehint> - <includehint>kcombobox.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcombobox.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kprogress.h</include> + <include location="global" impldecl="in implementation">tdelistview.h</include> + <include location="global" impldecl="in implementation">tdelistviewsearchline.h</include> +</includes> </UI> |