summaryrefslogtreecommitdiffstats
path: root/plugins/search
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-12-31 21:28:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-12-31 21:37:15 +0900
commit9303fdb972e457823cfe507ebc348c501b0fff0c (patch)
treead027f8774d08f3738d1698eafcb83ce33278954 /plugins/search
parentbd728c1c599379c07f19e1136083035b468c30bc (diff)
downloadktorrent-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.ui13
-rw-r--r--plugins/search/searchpref.ui12
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>