summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-01-11 11:46:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-01-11 11:46:33 +0900
commitfef67fdc511ba55f4c9eff8e6451240fede2e94f (patch)
tree0c2278da3466b195d74883db87b4e6a07545e0c1 /tools/designer/designer
parent7e4fc64d69e8211cbe6e6fed33998ecab29c873d (diff)
downloadtqt3-fef67fdc511ba55f4c9eff8e6451240fede2e94f.tar.gz
tqt3-fef67fdc511ba55f4c9eff8e6451240fede2e94f.zip
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/designer')
-rw-r--r--tools/designer/designer/preferences.ui7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/designer/designer/preferences.ui b/tools/designer/designer/preferences.ui
index 812db1a9..c23ffd40 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>