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/search/searchbar.ui | |
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/search/searchbar.ui')
-rw-r--r-- | plugins/search/searchbar.ui | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/plugins/search/searchbar.ui b/plugins/search/searchbar.ui index cabd342..562a0dd 100644 --- a/plugins/search/searchbar.ui +++ b/plugins/search/searchbar.ui @@ -102,12 +102,9 @@ <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.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">kpushbutton.h</include> +</includes> </UI> |