diff options
author | Michele Calgaro <[email protected]> | 2021-12-31 21:28:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-12-31 21:37:15 +0900 |
commit | 9303fdb972e457823cfe507ebc348c501b0fff0c (patch) | |
tree | ad027f8774d08f3738d1698eafcb83ce33278954 /plugins/upnp | |
parent | bd728c1c599379c07f19e1136083035b468c30bc (diff) | |
download | ktorrent-9303fdb972e457823cfe507ebc348c501b0fff0c.tar.gz ktorrent-9303fdb972e457823cfe507ebc348c501b0fff0c.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f82865e883732aea136b0b041cda992a6b71125a)
Diffstat (limited to 'plugins/upnp')
-rw-r--r-- | plugins/upnp/upnpwidget.ui | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/upnp/upnpwidget.ui b/plugins/upnp/upnpwidget.ui index d38b269..6879d86 100644 --- a/plugins/upnp/upnpwidget.ui +++ b/plugins/upnp/upnpwidget.ui @@ -131,9 +131,8 @@ <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>tdelistview.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">tdelistview.h</include> +</includes> </UI> |