diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-04 11:05:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-04 11:05:44 +0900 |
commit | 2e84619d9d98bdd47929421ccb577e195b539953 (patch) | |
tree | 331869b3334fd7aa3d82bab299c3c39c986e4e31 | |
parent | db04ee8cf4076ebd9433f038c8125a0f1d6ad305 (diff) | |
download | libksquirrel-2e84619d9d98bdd47929421ccb577e195b539953.tar.gz libksquirrel-2e84619d9d98bdd47929421ccb577e195b539953.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kernel/kls_camera/libkls_camera.so.ui | 10 | ||||
-rw-r--r-- | kernel/kls_xcf/libkls_xcf.so.ui | 6 |
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> |