diff options
author | Michele Calgaro <[email protected]> | 2021-12-31 21:28:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-12-31 21:36:36 +0900 |
commit | f82865e883732aea136b0b041cda992a6b71125a (patch) | |
tree | 51350c0584ae387ec333beeb66e0255b0ab06abb /plugins/search/searchpref.ui | |
parent | 76afef86c862d3bdc1c78a1e098424b8ac076afb (diff) | |
download | ktorrent-f82865e883732aea136b0b041cda992a6b71125a.tar.gz ktorrent-f82865e883732aea136b0b041cda992a6b71125a.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'plugins/search/searchpref.ui')
-rw-r--r-- | plugins/search/searchpref.ui | 12 |
1 files changed, 5 insertions, 7 deletions
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> |