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 | |
| 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')
| -rw-r--r-- | src/app/bookmarkdialogbase.ui | 11 | ||||
| -rw-r--r-- | src/app/configfileoperationspage.ui | 10 | ||||
| -rw-r--r-- | src/app/configimageviewpage.ui | 6 | ||||
| -rw-r--r-- | src/app/configslideshowpage.ui | 6 |
4 files changed, 16 insertions, 17 deletions
diff --git a/src/app/bookmarkdialogbase.ui b/src/app/bookmarkdialogbase.ui index 2dc0524..d2bee5f 100644 --- a/src/app/bookmarkdialogbase.ui +++ b/src/app/bookmarkdialogbase.ui @@ -100,10 +100,9 @@ <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> </UI> diff --git a/src/app/configfileoperationspage.ui b/src/app/configfileoperationspage.ui index 451a030..6ef1f16 100644 --- a/src/app/configfileoperationspage.ui +++ b/src/app/configfileoperationspage.ui @@ -165,9 +165,9 @@ <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> </UI> 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> diff --git a/src/app/configslideshowpage.ui b/src/app/configslideshowpage.ui index ccf0c15..2f707ea 100644 --- a/src/app/configslideshowpage.ui +++ b/src/app/configslideshowpage.ui @@ -128,7 +128,7 @@ When this option is enabled, the slideshow will stop on the last image of the fo </connection> </connections> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>knuminput.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">knuminput.h</include> +</includes> </UI> |
