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/mainwidget_designer.ui | |
| 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/mainwidget_designer.ui')
| -rw-r--r-- | KMFSysTray/mainwidget_designer.ui | 8 |
1 files changed, 4 insertions, 4 deletions
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> |
