summaryrefslogtreecommitdiffstats
path: root/kjsembed/bindwizard
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-01-10 11:12:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-01-10 11:12:57 +0900
commit0f3575fd9151bcacf2c0f302a1bb721bd7ddbaa4 (patch)
treec194b8c0604422b1bb0d3ad63b7f785109870532 /kjsembed/bindwizard
parent33697c89a362c187fbf375c2d05b0a8d6beb9429 (diff)
downloadtdebindings-0f3575fd9151bcacf2c0f302a1bb721bd7ddbaa4.tar.gz
tdebindings-0f3575fd9151bcacf2c0f302a1bb721bd7ddbaa4.zip
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kjsembed/bindwizard')
-rw-r--r--kjsembed/bindwizard/binding_wizard.ui17
1 files changed, 6 insertions, 11 deletions
diff --git a/kjsembed/bindwizard/binding_wizard.ui b/kjsembed/bindwizard/binding_wizard.ui
index baacdca5..352b68d8 100644
--- a/kjsembed/bindwizard/binding_wizard.ui
+++ b/kjsembed/bindwizard/binding_wizard.ui
@@ -476,15 +476,10 @@ files of the C++ classes you want to make available to Javascript are located.</
</widget>
</widget>
<layoutdefaults spacing="6" margin="11"/>
-<includehints>
- <includehint>kpushbutton.h</includehint>
- <includehint>kpushbutton.h</includehint>
- <includehint>klineedit.h</includehint>
- <includehint>klineedit.h</includehint>
- <includehint>klineedit.h</includehint>
- <includehint>kled.h</includehint>
- <includehint>kpushbutton.h</includehint>
- <includehint>tdelistview.h</includehint>
- <includehint>tdelistview.h</includehint>
-</includehints>
+<includes>
+ <include location="global" impldecl="in implementation">kled.h</include>
+ <include location="global" impldecl="in implementation">klineedit.h</include>
+ <include location="global" impldecl="in implementation">kpushbutton.h</include>
+ <include location="global" impldecl="in implementation">tdelistview.h</include>
+</includes>
</UI>