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 11:05:21 +0900 |
| commit | 2bc2bc678941df7839845b2ffec601caa8dc1ab8 (patch) | |
| tree | d252244b6a794706c9cd24cfeded2fa8d4ff1105 /filters/kspread/html | |
| parent | 355a6c470de47410528899dec0bc74f6d43f80a4 (diff) | |
| download | koffice-2bc2bc67.tar.gz koffice-2bc2bc67.zip | |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b070dc1873b27bbe1e9b551569feb77efe477f9e)
Diffstat (limited to 'filters/kspread/html')
| -rw-r--r-- | filters/kspread/html/exportwidget.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/filters/kspread/html/exportwidget.ui b/filters/kspread/html/exportwidget.ui index 1b6ad59b5..9a77277c5 100644 --- a/filters/kspread/html/exportwidget.ui +++ b/filters/kspread/html/exportwidget.ui @@ -302,9 +302,9 @@ </vbox> </widget> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> </UI> |
