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:12:57 +0900 |
commit | 0f3575fd9151bcacf2c0f302a1bb721bd7ddbaa4 (patch) | |
tree | c194b8c0604422b1bb0d3ad63b7f785109870532 /kjsembed/tests | |
parent | 33697c89a362c187fbf375c2d05b0a8d6beb9429 (diff) | |
download | tdebindings-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/tests')
-rw-r--r-- | kjsembed/tests/test.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kjsembed/tests/test.ui b/kjsembed/tests/test.ui index 477d8c2d..4c031d9b 100644 --- a/kjsembed/tests/test.ui +++ b/kjsembed/tests/test.ui @@ -105,7 +105,7 @@ </connection> </connections> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>klineedit.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">klineedit.h</include> +</includes> </UI> |