diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-10 11:12:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-10 11:44:32 +0900 |
| commit | cfc9d0aec38ffee3f5753375d7f0687cad811ef5 (patch) | |
| tree | d23a93767430f5f455a533f05ed665f4f03d770f /kjsembed/bindwizard | |
| parent | 5092f046c4f6b678a728bb1156123e0f0e45380f (diff) | |
| download | tdebindings-cfc9d0ae.tar.gz tdebindings-cfc9d0ae.zip | |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0f3575fd9151bcacf2c0f302a1bb721bd7ddbaa4)
Diffstat (limited to 'kjsembed/bindwizard')
| -rw-r--r-- | kjsembed/bindwizard/binding_wizard.ui | 17 |
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> |
