diff options
author | Michele Calgaro <[email protected]> | 2022-01-11 11:46:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-11 12:16:08 +0900 |
commit | ca53f5edfe7adcfd998100ae2e0ebcb28f738de6 (patch) | |
tree | 7f6f0f3ddb6bfa3f40f900eb5fd465f019f843c0 /tools | |
parent | c133a629f0f947ea6cddc1f938f8cbb9c42d87e5 (diff) | |
download | tqt3-ca53f5edfe7adcfd998100ae2e0ebcb28f738de6.tar.gz tqt3-ca53f5edfe7adcfd998100ae2e0ebcb28f738de6.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit fef67fdc511ba55f4c9eff8e6451240fede2e94f)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/designer/designer/preferences.ui | 7 | ||||
-rw-r--r-- | tools/qtconfig/mainwindowbase.ui | 9 |
2 files changed, 7 insertions, 9 deletions
diff --git a/tools/designer/designer/preferences.ui b/tools/designer/designer/preferences.ui index 812db1a9f..c23ffd400 100644 --- a/tools/designer/designer/preferences.ui +++ b/tools/designer/designer/preferences.ui @@ -663,8 +663,7 @@ <slot access="protected">destroy()</slot> </slots> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>styledbutton.h</includehint> - <includehint>styledbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">styledbutton.h</include> +</includes> </UI> diff --git a/tools/qtconfig/mainwindowbase.ui b/tools/qtconfig/mainwindowbase.ui index bac55376b..6521ac20b 100644 --- a/tools/qtconfig/mainwindowbase.ui +++ b/tools/qtconfig/mainwindowbase.ui @@ -1838,9 +1838,8 @@ </slots> <pixmapinproject/> <layoutdefaults spacing="4" margin="8"/> -<includehints> - <includehint>colorbutton.h</includehint> - <includehint>colorbutton.h</includehint> - <includehint>previewframe.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">colorbutton.h</include> + <include location="global" impldecl="in implementation">previewframe.h</include> +</includes> </UI> |