diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-07 11:53:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-07 12:02:00 +0900 |
commit | a6e1a3797a1b00e92c09acac9f1ad70a3050d3b9 (patch) | |
tree | 161eb51f27325bf4c74f7e68a4a1235b52540ccb /kig/modes | |
parent | 7662f5bedefe13898ee39ead86f1cbd6e83379da (diff) | |
download | tdeedu-a6e1a3797a1b00e92c09acac9f1ad70a3050d3b9.tar.gz tdeedu-a6e1a3797a1b00e92c09acac9f1ad70a3050d3b9.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 524f338dd39ac0d781ad2d99d12e21fe652dcdae)
Diffstat (limited to 'kig/modes')
-rw-r--r-- | kig/modes/textlabelwizardbase.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kig/modes/textlabelwizardbase.ui b/kig/modes/textlabelwizardbase.ui index 06e3db8f..f56d58d2 100644 --- a/kig/modes/textlabelwizardbase.ui +++ b/kig/modes/textlabelwizardbase.ui @@ -107,7 +107,7 @@ If you want to show variable parts, then put %1, %2, ... at the appropriate plac </image> </images> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>linkslabel.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">linkslabel.h</include> +</includes> </UI> |