diff options
author | Michele Calgaro <[email protected]> | 2022-01-08 12:23:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-08 12:34:22 +0900 |
commit | 0adedbe8fc66ce673b763e8ef18644d3c7dcfd91 (patch) | |
tree | fbe9a8c124f463b1e3df4c1d20c99e9cfb59c3dd /quanta/components/framewizard/framewizards.ui | |
parent | 9e717712b63ffca3390ff6a1601efea89077a369 (diff) | |
download | tdewebdev-0adedbe8fc66ce673b763e8ef18644d3c7dcfd91.tar.gz tdewebdev-0adedbe8fc66ce673b763e8ef18644d3c7dcfd91.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit c64847659c9ff995e94b792430e0e69223aa6fcd)
Diffstat (limited to 'quanta/components/framewizard/framewizards.ui')
-rw-r--r-- | quanta/components/framewizard/framewizards.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/components/framewizard/framewizards.ui b/quanta/components/framewizard/framewizards.ui index 3a3a1efd..22a702c0 100644 --- a/quanta/components/framewizard/framewizards.ui +++ b/quanta/components/framewizard/framewizards.ui @@ -363,7 +363,7 @@ </connections> <pixmapinproject/> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>visualframeeditor.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">visualframeeditor.h</include> +</includes> </UI> |