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 /lib/kofficecore/koOpenPaneBase.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 'lib/kofficecore/koOpenPaneBase.ui')
-rw-r--r-- | lib/kofficecore/koOpenPaneBase.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kofficecore/koOpenPaneBase.ui b/lib/kofficecore/koOpenPaneBase.ui index b1ec1984..8b40f878 100644 --- a/lib/kofficecore/koOpenPaneBase.ui +++ b/lib/kofficecore/koOpenPaneBase.ui @@ -137,8 +137,8 @@ </customwidgets> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> - <includehint>tdelistview.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">tdelistview.h</include> +</includes> </UI> |