diff options
author | Michele Calgaro <[email protected]> | 2021-12-28 10:33:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-12-28 10:33:43 +0900 |
commit | a549d529315de264551337bac4fb516c0dfea7af (patch) | |
tree | 9d8af7abd2d53c9456c52041faffc0142f4f4560 /src/calltreelayout.ui | |
parent | 9ecbe75ef7ffb3a7d57257cf77b91889fdc8bfc6 (diff) | |
download | kscope-a549d529315de264551337bac4fb516c0dfea7af.tar.gz kscope-a549d529315de264551337bac4fb516c0dfea7af.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/calltreelayout.ui')
-rw-r--r-- | src/calltreelayout.ui | 9 |
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> |