summaryrefslogtreecommitdiffstats
path: root/kcontrol/ebrowsing
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-21 15:57:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-21 15:57:05 +0900
commitb4a5c0a167522ed4aa987fb1d65e6b58333b1363 (patch)
tree55a3c1bbeb771e16d631b916b75625eb96add9ed /kcontrol/ebrowsing
parent1bd64002944c6b6ec17f44066573e3c8e5b69cdf (diff)
downloadtdebase-b4a5c0a167522ed4aa987fb1d65e6b58333b1363.tar.gz
tdebase-b4a5c0a167522ed4aa987fb1d65e6b58333b1363.zip
Add includes to UI files to resolve FTBFS.
Partially cherry-picked from 661ed658. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/ebrowsing')
-rw-r--r--kcontrol/ebrowsing/plugins/ikws/ikwsopts_ui.ui3
-rw-r--r--kcontrol/ebrowsing/plugins/ikws/searchproviderdlg_ui.ui10
2 files changed, 7 insertions, 6 deletions
diff --git a/kcontrol/ebrowsing/plugins/ikws/ikwsopts_ui.ui b/kcontrol/ebrowsing/plugins/ikws/ikwsopts_ui.ui
index c823ad095..3c5fd2e3b 100644
--- a/kcontrol/ebrowsing/plugins/ikws/ikwsopts_ui.ui
+++ b/kcontrol/ebrowsing/plugins/ikws/ikwsopts_ui.ui
@@ -255,4 +255,7 @@ Select the search engine to use for input boxes that provide automatic lookup se
<tabstop>cmbDelimiter</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
+<includes>
+ <include location="global" impldecl="in implementation">kcombobox.h</include>
+</includes>
</UI>
diff --git a/kcontrol/ebrowsing/plugins/ikws/searchproviderdlg_ui.ui b/kcontrol/ebrowsing/plugins/ikws/searchproviderdlg_ui.ui
index 84539366f..9fe898c83 100644
--- a/kcontrol/ebrowsing/plugins/ikws/searchproviderdlg_ui.ui
+++ b/kcontrol/ebrowsing/plugins/ikws/searchproviderdlg_ui.ui
@@ -128,10 +128,8 @@ Recommended is \{@}, since it removes all query variables (name=value) from the
<tabstop>cbCharset</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
-<includehints>
- <includehint>klineedit.h</includehint>
- <includehint>klineedit.h</includehint>
- <includehint>klineedit.h</includehint>
- <includehint>kcombobox.h</includehint>
-</includehints>
+<includes>
+ <include location="global" impldecl="in implementation">klineedit.h</include>
+ <include location="global" impldecl="in implementation">kcombobox.h</include>
+</includes>
</UI>