summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-01-04 11:05:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-01-04 11:10:54 +0900
commit6f4e155a1bb3b14cd1b0a4957ff24fae7debf830 (patch)
treeccab18719514bf8ee3758b62e6d05c2840a42860
parentac01157eba538011b44cf68558fb852192b14c57 (diff)
downloadlibksquirrel-6f4e155a.tar.gz
libksquirrel-6f4e155a.zip
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2e84619d9d98bdd47929421ccb577e195b539953)
-rw-r--r--kernel/kls_camera/libkls_camera.so.ui10
-rw-r--r--kernel/kls_xcf/libkls_xcf.so.ui6
2 files changed, 8 insertions, 8 deletions
diff --git a/kernel/kls_camera/libkls_camera.so.ui b/kernel/kls_camera/libkls_camera.so.ui
index 56da5f2..b2f3e50 100644
--- a/kernel/kls_camera/libkls_camera.so.ui
+++ b/kernel/kls_camera/libkls_camera.so.ui
@@ -1015,9 +1015,9 @@
<tabstop>no_different</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
-<includehints>
- <includehint>kurlrequester.h</includehint>
- <includehint>klineedit.h</includehint>
- <includehint>kpushbutton.h</includehint>
-</includehints>
+<includes>
+ <include location="global" impldecl="in implementation">klineedit.h</include>
+ <include location="global" impldecl="in implementation">kpushbutton.h</include>
+ <include location="global" impldecl="in implementation">kurlrequester.h</include>
+</includes>
</UI>
diff --git a/kernel/kls_xcf/libkls_xcf.so.ui b/kernel/kls_xcf/libkls_xcf.so.ui
index d9281c1..0b37c2f 100644
--- a/kernel/kls_xcf/libkls_xcf.so.ui
+++ b/kernel/kls_xcf/libkls_xcf.so.ui
@@ -72,7 +72,7 @@
<tabstop>autocrop</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
-<includehints>
- <includehint>kcolorbutton.h</includehint>
-</includehints>
+<includes>
+ <include location="global" impldecl="in implementation">kcolorbutton.h</include>
+</includes>
</UI>