diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-08 12:23:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-08 12:23:52 +0900 |
commit | c64847659c9ff995e94b792430e0e69223aa6fcd (patch) | |
tree | 45433e2a45b215c14b2ffb3d3815af77317a1296 /kommander/editor/paletteeditoradvanced.ui | |
parent | 7d6746782dae3d31809bdafb76f43c5428427de7 (diff) | |
download | tdewebdev-c64847659c9ff995e94b792430e0e69223aa6fcd.tar.gz tdewebdev-c64847659c9ff995e94b792430e0e69223aa6fcd.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kommander/editor/paletteeditoradvanced.ui')
-rw-r--r-- | kommander/editor/paletteeditoradvanced.ui | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/kommander/editor/paletteeditoradvanced.ui b/kommander/editor/paletteeditoradvanced.ui index 78fcb222..3e0cab3b 100644 --- a/kommander/editor/paletteeditoradvanced.ui +++ b/kommander/editor/paletteeditoradvanced.ui @@ -758,9 +758,7 @@ <slot>showHelp()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>styledbutton.h</includehint> - <includehint>styledbutton.h</includehint> - <includehint>styledbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">styledbutton.h</include> +</includes> </UI> |