diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:20:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:20:19 +0900 |
commit | f8eb68b1dd33ac8b974aaab48933e4de059f16d0 (patch) | |
tree | 08c98198f1357eda9dcb4716f2c61d86df0492b2 /tdewallet | |
parent | af0b8f5d1e5e00b1f3b48658d89876c2df28e71c (diff) | |
download | tdeutils-f8eb68b1dd33ac8b974aaab48933e4de059f16d0.tar.gz tdeutils-f8eb68b1dd33ac8b974aaab48933e4de059f16d0.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdewallet')
-rw-r--r-- | tdewallet/kbetterthankdialogbase.ui | 4 | ||||
-rw-r--r-- | tdewallet/konfigurator/walletconfigwidget.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tdewallet/kbetterthankdialogbase.ui b/tdewallet/kbetterthankdialogbase.ui index bf8a29d..22bbf98 100644 --- a/tdewallet/kbetterthankdialogbase.ui +++ b/tdewallet/kbetterthankdialogbase.ui @@ -140,12 +140,12 @@ <include location="global" impldecl="in declaration">kactivelabel.h</include> <include location="local" impldecl="in implementation">kbetterthankdialogbase.ui.h</include> </includes> -<Q_SLOTS> +<slots> <slot access="private">clicked()</slot> <slot>setLabel( const TQString & label )</slot> <slot access="private">init()</slot> <slot access="protected">accept()</slot> <slot access="protected">reject()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/tdewallet/konfigurator/walletconfigwidget.ui b/tdewallet/konfigurator/walletconfigwidget.ui index 5f51713..eaf42e7 100644 --- a/tdewallet/konfigurator/walletconfigwidget.ui +++ b/tdewallet/konfigurator/walletconfigwidget.ui @@ -492,8 +492,8 @@ <tabstop>_accessList</tabstop> <tabstop>_launch</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>_storeTogether_toggled(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |