diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-29 13:09:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-29 15:40:24 +0900 |
commit | 8abdc95586cc08bd9507652ad377e2c66429c4d8 (patch) | |
tree | 49e3e180bb71bb64b2e3ec34a6bf1c5df3e5f8af /src/app/configimageviewpage.ui | |
parent | fc2b6f61a737e2e6abd9bbe671c4f6bdc4972b1a (diff) | |
download | gwenview-8abdc95586cc08bd9507652ad377e2c66429c4d8.tar.gz gwenview-8abdc95586cc08bd9507652ad377e2c66429c4d8.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/app/configimageviewpage.ui')
-rw-r--r-- | src/app/configimageviewpage.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/configimageviewpage.ui b/src/app/configimageviewpage.ui index 963f13d..38b23a1 100644 --- a/src/app/configimageviewpage.ui +++ b/src/app/configimageviewpage.ui @@ -324,7 +324,7 @@ Use this option if your computer is not very fast.</string> </connection> </connections> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kcolorbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcolorbutton.h</include> +</includes> </UI> |