diff options
author | Michele Calgaro <[email protected]> | 2022-01-03 10:04:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-03 11:05:21 +0900 |
commit | 2bc2bc678941df7839845b2ffec601caa8dc1ab8 (patch) | |
tree | d252244b6a794706c9cd24cfeded2fa8d4ff1105 /kplato/kpttaskgeneralpanelbase.ui | |
parent | 355a6c470de47410528899dec0bc74f6d43f80a4 (diff) | |
download | koffice-2bc2bc678941df7839845b2ffec601caa8dc1ab8.tar.gz koffice-2bc2bc678941df7839845b2ffec601caa8dc1ab8.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b070dc1873b27bbe1e9b551569feb77efe477f9e)
Diffstat (limited to 'kplato/kpttaskgeneralpanelbase.ui')
-rw-r--r-- | kplato/kpttaskgeneralpanelbase.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kplato/kpttaskgeneralpanelbase.ui b/kplato/kpttaskgeneralpanelbase.ui index 5d950f6b..44a590fd 100644 --- a/kplato/kpttaskgeneralpanelbase.ui +++ b/kplato/kpttaskgeneralpanelbase.ui @@ -538,10 +538,10 @@ The estimation can be either effort based or duration based. If it is effort bas <tabstop>wbsfield</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>kdatewidget.h</includehint> - <includehint>ktextedit.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcombobox.h</include> + <include location="global" impldecl="in implementation">kdatewidget.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">ktextedit.h</include> +</includes> </UI> |