diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-02 13:22:55 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-02 13:25:09 +0900 |
| commit | 2120f53c481b8154a2fbdf9cb77e0fef56fed81d (patch) | |
| tree | df5b186225e998ab73ba48f2cd3a14264900c271 /KMFSysTray | |
| parent | 78e4942e9306296b24508d2dba240af80f169053 (diff) | |
| download | kmyfirewall-2120f53c.tar.gz kmyfirewall-2120f53c.zip | |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 85342777f00bbf54650b44b1773ce2044908ede0)
Diffstat (limited to 'KMFSysTray')
| -rw-r--r-- | KMFSysTray/details_designer.ui | 9 | ||||
| -rw-r--r-- | KMFSysTray/mainwidget_designer.ui | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/KMFSysTray/details_designer.ui b/KMFSysTray/details_designer.ui index 2c6a80c..47d4a81 100644 --- a/KMFSysTray/details_designer.ui +++ b/KMFSysTray/details_designer.ui @@ -476,9 +476,8 @@ </connection> </connections> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kcombobox.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcombobox.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> +</includes> </UI> diff --git a/KMFSysTray/mainwidget_designer.ui b/KMFSysTray/mainwidget_designer.ui index bc32b8a..c544fd7 100644 --- a/KMFSysTray/mainwidget_designer.ui +++ b/KMFSysTray/mainwidget_designer.ui @@ -81,8 +81,8 @@ </hbox> </widget> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kled.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kled.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> +</includes> </UI> |
