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 /kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.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 'kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.ui')
-rw-r--r-- | kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.ui | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.ui b/kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.ui index 85814b45..6a9f03ae 100644 --- a/kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.ui +++ b/kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.ui @@ -245,12 +245,11 @@ You should have received a copy of the GNU General Public License along with thi </tabstops> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> - <includehint>kcombobox.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>tdefontcombo.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kcolorbutton.h</includehint> - <includehint>ktextedit.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">klineedit.h</include> + <include location="global" impldecl="in implementation">ktextedit.h</include> + <include location="global" impldecl="in implementation">tdefontcombo.h</include> +</includes> </UI> |