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/docs/examples/buttonmaker/ButtonMakerUI.ui | |
| parent | 5092f046c4f6b678a728bb1156123e0f0e45380f (diff) | |
| download | tdebindings-cfc9d0aec38ffee3f5753375d7f0687cad811ef5.tar.gz tdebindings-cfc9d0aec38ffee3f5753375d7f0687cad811ef5.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/docs/examples/buttonmaker/ButtonMakerUI.ui')
| -rw-r--r-- | kjsembed/docs/examples/buttonmaker/ButtonMakerUI.ui | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/kjsembed/docs/examples/buttonmaker/ButtonMakerUI.ui b/kjsembed/docs/examples/buttonmaker/ButtonMakerUI.ui index 3af30e5e..7ffe890d 100644 --- a/kjsembed/docs/examples/buttonmaker/ButtonMakerUI.ui +++ b/kjsembed/docs/examples/buttonmaker/ButtonMakerUI.ui @@ -570,23 +570,13 @@ </connection> </connections> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>kcolorbutton.h</includehint> - <includehint>tdefontrequester.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>kdualcolorbutton.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcolorbutton.h</include> + <include location="global" impldecl="in implementation">kdualcolorbutton.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">knuminput.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> + <include location="global" impldecl="in implementation">tdefontrequester.h</include> +</includes> </UI> |
