diff options
author | Michele Calgaro <[email protected]> | 2022-01-02 13:22:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-02 13:22:55 +0900 |
commit | 85342777f00bbf54650b44b1773ce2044908ede0 (patch) | |
tree | 6d1f41f5e18d3b85fb690f2fb4e0fefa35496c03 /KMFSysTray | |
parent | a53d107263a672847d36297fd753aa979796e223 (diff) | |
download | kmyfirewall-85342777f00bbf54650b44b1773ce2044908ede0.tar.gz kmyfirewall-85342777f00bbf54650b44b1773ce2044908ede0.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
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> |