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 | |
| parent | 7662f5bedefe13898ee39ead86f1cbd6e83379da (diff) | |
| download | tdeedu-a6e1a379.tar.gz tdeedu-a6e1a379.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')
| -rw-r--r-- | kig/filters/latexexporteroptions.ui | 2 | ||||
| -rw-r--r-- | kig/filters/svgexporteroptions.ui | 2 | ||||
| -rw-r--r-- | kig/modes/textlabelwizardbase.ui | 6 | ||||
| -rw-r--r-- | kig/scripting/newscriptwizardbase.ui | 6 |
4 files changed, 6 insertions, 10 deletions
diff --git a/kig/filters/latexexporteroptions.ui b/kig/filters/latexexporteroptions.ui index 6db39ed9..a7bf3b26 100644 --- a/kig/filters/latexexporteroptions.ui +++ b/kig/filters/latexexporteroptions.ui @@ -64,6 +64,4 @@ <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> -</includehints> </UI> diff --git a/kig/filters/svgexporteroptions.ui b/kig/filters/svgexporteroptions.ui index 2677650d..81e06e29 100644 --- a/kig/filters/svgexporteroptions.ui +++ b/kig/filters/svgexporteroptions.ui @@ -56,6 +56,4 @@ <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> -</includehints> </UI> 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> diff --git a/kig/scripting/newscriptwizardbase.ui b/kig/scripting/newscriptwizardbase.ui index a26dda29..26b037ba 100644 --- a/kig/scripting/newscriptwizardbase.ui +++ b/kig/scripting/newscriptwizardbase.ui @@ -75,7 +75,7 @@ in the Kig window and press "Next".</string> <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>ktextedit.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">ktextedit.h</include> +</includes> </UI> |
