diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 10:55:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 23:48:49 +0900 |
commit | 1cfbe9cb55b5766f52922c43d25b19940fc1b055 (patch) | |
tree | 9c76c9c197563b5ff4cc18b3b247129cf3a9d259 /src/profilesshoptionsbase.ui | |
parent | f6f9924d260ae1a1622fbd0c10c453782c5815e4 (diff) | |
download | kvpnc-1cfbe9cb55b5766f52922c43d25b19940fc1b055.tar.gz kvpnc-1cfbe9cb55b5766f52922c43d25b19940fc1b055.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9f15d20fd2ae242c061b32df95517476cf493f79)
Diffstat (limited to 'src/profilesshoptionsbase.ui')
-rw-r--r-- | src/profilesshoptionsbase.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profilesshoptionsbase.ui b/src/profilesshoptionsbase.ui index 9d3a12c..17f9577 100644 --- a/src/profilesshoptionsbase.ui +++ b/src/profilesshoptionsbase.ui @@ -340,12 +340,12 @@ Parameter 3: remote ip address 1.2.3.5 (tun)</string> <slot>useSshConfigRemoteScriptToggled(bool)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>usePortToggled(bool)</slot> <slot>sshKeyToggled(bool)</slot> <slot>sshAuthToggled(bool)</slot> <slot>useSshConfigRemoteScriptToggled(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcombobox.h</include> |