diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-02 13:29:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-02 13:29:58 +0900 |
commit | c33c09bdfda95bc1abcc46a8b4e118802c5b1bbc (patch) | |
tree | ba39bbf57209984a58ab499c3d518d716f2055c4 /knetworkmanager-0.8/vpn-plugins/strongswan/src/strongswanprop.ui | |
parent | 839576c4ffae0b484e5e141714582421872dea95 (diff) | |
download | knetworkmanager8-c33c09bdfda95bc1abcc46a8b4e118802c5b1bbc.tar.gz knetworkmanager8-c33c09bdfda95bc1abcc46a8b4e118802c5b1bbc.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knetworkmanager-0.8/vpn-plugins/strongswan/src/strongswanprop.ui')
-rw-r--r-- | knetworkmanager-0.8/vpn-plugins/strongswan/src/strongswanprop.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/knetworkmanager-0.8/vpn-plugins/strongswan/src/strongswanprop.ui b/knetworkmanager-0.8/vpn-plugins/strongswan/src/strongswanprop.ui index a728a1d..4bf361d 100644 --- a/knetworkmanager-0.8/vpn-plugins/strongswan/src/strongswanprop.ui +++ b/knetworkmanager-0.8/vpn-plugins/strongswan/src/strongswanprop.ui @@ -229,8 +229,8 @@ <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <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> +</includes> </UI> |