summaryrefslogtreecommitdiffstats
path: root/kig
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-01-07 11:53:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-01-07 11:53:28 +0900
commit524f338dd39ac0d781ad2d99d12e21fe652dcdae (patch)
tree323e8dc3609a5ca70c52f18f81b9a7bbdb317656 /kig
parent0703bcebdbe091fda8c6d1b5e2c3f3993c9f9ff1 (diff)
downloadtdeedu-524f338dd39ac0d781ad2d99d12e21fe652dcdae.tar.gz
tdeedu-524f338dd39ac0d781ad2d99d12e21fe652dcdae.zip
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kig')
-rw-r--r--kig/filters/latexexporteroptions.ui2
-rw-r--r--kig/filters/svgexporteroptions.ui2
-rw-r--r--kig/modes/textlabelwizardbase.ui6
-rw-r--r--kig/scripting/newscriptwizardbase.ui6
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>