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-06 10:18:22 +0900 |
| commit | b6eec758eea162315d5673d331d5db9b217d05b8 (patch) | |
| tree | fa49e0d134ca2a8a21f496d81597564801003c3b /tdewallet | |
| parent | 278d2f50538b5465caa86fc7608d9cdfddf36cb9 (diff) | |
| download | tdeutils-b6eec758.tar.gz tdeutils-b6eec758.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f8eb68b1dd33ac8b974aaab48933e4de059f16d0)
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> |
