diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-03 10:04:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-03 10:04:29 +0900 |
commit | b070dc1873b27bbe1e9b551569feb77efe477f9e (patch) | |
tree | 8298dbb9b7497d10eeb102d5f76a357b5e2db6f9 /lib/kotext/KoParagDecorationTab.ui | |
parent | ddcebcf43b9816b0b42c60175573f82514c9fbab (diff) | |
download | koffice-b070dc1873b27bbe1e9b551569feb77efe477f9e.tar.gz koffice-b070dc1873b27bbe1e9b551569feb77efe477f9e.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/kotext/KoParagDecorationTab.ui')
-rw-r--r-- | lib/kotext/KoParagDecorationTab.ui | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/lib/kotext/KoParagDecorationTab.ui b/lib/kotext/KoParagDecorationTab.ui index 131e1b0c..886157f0 100644 --- a/lib/kotext/KoParagDecorationTab.ui +++ b/lib/kotext/KoParagDecorationTab.ui @@ -389,14 +389,9 @@ regardless of the style of the preceeding and subsequent paragraphs.</p></ </image> </images> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kcolorbutton.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>kcolorbutton.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcolorbutton.h</include> + <include location="global" impldecl="in implementation">kcombobox.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> +</includes> </UI> |