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 12:16:08 +0900
commitca53f5edfe7adcfd998100ae2e0ebcb28f738de6 (patch)
tree7f6f0f3ddb6bfa3f40f900eb5fd465f019f843c0 /tools/designer/designer
parentc133a629f0f947ea6cddc1f938f8cbb9c42d87e5 (diff)
downloadtqt3-ca53f5ed.tar.gz
tqt3-ca53f5ed.zip
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fef67fdc511ba55f4c9eff8e6451240fede2e94f)
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>