summaryrefslogtreecommitdiffstats
path: root/src/calltreelayout.ui
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-12-28 10:33:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-12-28 10:33:43 +0900
commita549d529315de264551337bac4fb516c0dfea7af (patch)
tree9d8af7abd2d53c9456c52041faffc0142f4f4560 /src/calltreelayout.ui
parent9ecbe75ef7ffb3a7d57257cf77b91889fdc8bfc6 (diff)
downloadkscope-a549d529315de264551337bac4fb516c0dfea7af.tar.gz
kscope-a549d529315de264551337bac4fb516c0dfea7af.zip
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/calltreelayout.ui')
-rw-r--r--src/calltreelayout.ui9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/calltreelayout.ui b/src/calltreelayout.ui
index 69beb2f..5bfb679 100644
--- a/src/calltreelayout.ui
+++ b/src/calltreelayout.ui
@@ -422,9 +422,8 @@
<slot access="protected">slotPrefClicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
-<includehints>
- <includehint>graphwidget.h</includehint>
- <includehint>treewidget.h</includehint>
- <includehint>treewidget.h</includehint>
-</includehints>
+<includes>
+ <include location="global" impldecl="in implementation">graphwidget.h</include>
+ <include location="global" impldecl="in implementation">treewidget.h</include>
+</includes>
</UI>