diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-28 10:26:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-28 10:26:53 +0900 |
commit | d5d0e1b1c833d9b88c6bb4060efc10cf6e494f65 (patch) | |
tree | 2e746bcbf68caadb674b87f5998f78a357e217e7 /src/ksvnwidgets | |
parent | 1f4187aa33746414a2daab60d5b50bdbb5fccea1 (diff) | |
download | tdesvn-d5d0e1b1c833d9b88c6bb4060efc10cf6e494f65.tar.gz tdesvn-d5d0e1b1c833d9b88c6bb4060efc10cf6e494f65.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/ksvnwidgets')
-rw-r--r-- | src/ksvnwidgets/revertform.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ksvnwidgets/revertform.ui b/src/ksvnwidgets/revertform.ui index dacca01..eb74427 100644 --- a/src/ksvnwidgets/revertform.ui +++ b/src/ksvnwidgets/revertform.ui @@ -83,7 +83,7 @@ </image> </images> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>depthselector.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">depthselector.h</include> +</includes> </UI> |