diff options
author | Michele Calgaro <[email protected]> | 2024-02-05 11:19:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-06 10:19:08 +0900 |
commit | 9bea52fdd563a80f22e26375afca2d0ac461b379 (patch) | |
tree | bf4484bb49b96ea9f1b766df543d39bb4b5704a9 /kopete/protocols/yahoo/ui | |
parent | 5d85a610bd02473cbcb1fe25f02c6590b31b6be0 (diff) | |
download | tdenetwork-9bea52fdd563a80f22e26375afca2d0ac461b379.tar.gz tdenetwork-9bea52fdd563a80f22e26375afca2d0ac461b379.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit e050a3eb30a884522a3b09df0c37c8fc69c0c5bb)
Diffstat (limited to 'kopete/protocols/yahoo/ui')
-rw-r--r-- | kopete/protocols/yahoo/ui/yahooeditaccountbase.ui | 4 | ||||
-rw-r--r-- | kopete/protocols/yahoo/ui/yahooinvitelistbase.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/yahoo/ui/yahooeditaccountbase.ui b/kopete/protocols/yahoo/ui/yahooeditaccountbase.ui index 90bbffd8..2f30df79 100644 --- a/kopete/protocols/yahoo/ui/yahooeditaccountbase.ui +++ b/kopete/protocols/yahoo/ui/yahooeditaccountbase.ui @@ -457,8 +457,8 @@ <tabstop>mAutoConnect</tabstop> <tabstop>buttonRegister</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot access="private" specifier="nicht virtual">slotSelectPicture()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kopete/protocols/yahoo/ui/yahooinvitelistbase.ui b/kopete/protocols/yahoo/ui/yahooinvitelistbase.ui index 63d7973e..571573f4 100644 --- a/kopete/protocols/yahoo/ui/yahooinvitelistbase.ui +++ b/kopete/protocols/yahoo/ui/yahooinvitelistbase.ui @@ -326,12 +326,12 @@ <slot>btnRemove_clicked()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>btnAdd_clicked()</slot> <slot>btnRemove_clicked()</slot> <slot>btnAddCustom_clicked()</slot> <slot>btnCancel_clicked()</slot> <slot>btnInvite_clicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |