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:43:22 +0900 |
| commit | cbf8c06ccb64ee27da049cd09c12d65b406d2ca5 (patch) | |
| tree | 8c7ed54f8fe87f1889c4dc72e87e6ee63cd4e33f /src/app/configimageviewpage.ui | |
| parent | 291a4681913406caa239e0a9840d1932b66f2b3a (diff) | |
| download | gwenview-cbf8c06c.tar.gz gwenview-cbf8c06c.zip | |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8abdc95586cc08bd9507652ad377e2c66429c4d8)
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> |
