diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-31 21:28:52 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-31 21:37:15 +0900 |
| commit | 9303fdb972e457823cfe507ebc348c501b0fff0c (patch) | |
| tree | ad027f8774d08f3738d1698eafcb83ce33278954 /plugins/search | |
| parent | bd728c1c599379c07f19e1136083035b468c30bc (diff) | |
| download | ktorrent-9303fdb9.tar.gz ktorrent-9303fdb9.zip | |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f82865e883732aea136b0b041cda992a6b71125a)
Diffstat (limited to 'plugins/search')
| -rw-r--r-- | plugins/search/searchbar.ui | 13 | ||||
| -rw-r--r-- | plugins/search/searchpref.ui | 12 |
2 files changed, 10 insertions, 15 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> diff --git a/plugins/search/searchpref.ui b/plugins/search/searchpref.ui index 2baa1af..4a2278d 100644 --- a/plugins/search/searchpref.ui +++ b/plugins/search/searchpref.ui @@ -310,11 +310,9 @@ <slot>btnUpdate_clicked()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>kactivelabel.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kactivelabel.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> +</includes> </UI> |
