diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-11 11:36:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-11 11:36:31 +0900 |
commit | 76700491296d687e461a3ef764bf01ad74f1c3d6 (patch) | |
tree | e20481507ee2b5d83b5a45421a880a9485cafe5d | |
parent | 34c13c811707c16bf75b377690b16648c9ceb016 (diff) | |
download | pytqt-76700491296d687e461a3ef764bf01ad74f1c3d6.tar.gz pytqt-76700491296d687e461a3ef764bf01ad74f1c3d6.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | examples3/webbrowser/mainwindow.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples3/webbrowser/mainwindow.ui b/examples3/webbrowser/mainwindow.ui index 2f04531..446a717 100644 --- a/examples3/webbrowser/mainwindow.ui +++ b/examples3/webbrowser/mainwindow.ui @@ -404,7 +404,7 @@ <slot>aboutTQtSlot()</slot> </slots> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>qaxwidget.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">qaxwidget.h</include> +</includes> </UI> |