diff options
author | Michele Calgaro <[email protected]> | 2022-01-03 10:04:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-03 10:04:29 +0900 |
commit | b070dc1873b27bbe1e9b551569feb77efe477f9e (patch) | |
tree | 8298dbb9b7497d10eeb102d5f76a357b5e2db6f9 /kpresenter/shadowdialog.ui | |
parent | ddcebcf43b9816b0b42c60175573f82514c9fbab (diff) | |
download | koffice-b070dc1873b27bbe1e9b551569feb77efe477f9e.tar.gz koffice-b070dc1873b27bbe1e9b551569feb77efe477f9e.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kpresenter/shadowdialog.ui')
-rw-r--r-- | kpresenter/shadowdialog.ui | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/kpresenter/shadowdialog.ui b/kpresenter/shadowdialog.ui index 5ca0f1c3..3c24676b 100644 --- a/kpresenter/shadowdialog.ui +++ b/kpresenter/shadowdialog.ui @@ -482,9 +482,6 @@ <tabstop>applyButton</tabstop> <tabstop>cancelButton</tabstop> </tabstops> -<includes> - <include location="local" impldecl="in implementation">kcolorbutton.h</include> -</includes> <Q_SLOTS> <slot access="protected">colorChanged( const TQColor & )</slot> <slot access="protected">directionChanged( int )</slot> @@ -493,7 +490,7 @@ <slot access="protected">okClicked()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kcolorbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcolorbutton.h</include> +</includes> </UI> |