diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:33:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-06 11:20:43 +0900 |
commit | ff1741283b6b6ed89b06e4e6153772bb0385610d (patch) | |
tree | 1a33215b0d563a0bff66719c1ec81678316dd1dd /tdeio/misc/tdewalletd/tdewalletwizard.ui | |
parent | 7b83dfe033d01bee7cb0f6f8751d9426c4bab76c (diff) | |
download | tdelibs-ff1741283b6b6ed89b06e4e6153772bb0385610d.tar.gz tdelibs-ff1741283b6b6ed89b06e4e6153772bb0385610d.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7f1af8e826b566543f6a86ad3c08337ce3e9ab2c)
Diffstat (limited to 'tdeio/misc/tdewalletd/tdewalletwizard.ui')
-rw-r--r-- | tdeio/misc/tdewalletd/tdewalletwizard.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/misc/tdewalletd/tdewalletwizard.ui b/tdeio/misc/tdewalletd/tdewalletwizard.ui index 3e034bac1..1cad5f4a0 100644 --- a/tdeio/misc/tdewalletd/tdewalletwizard.ui +++ b/tdeio/misc/tdewalletd/tdewalletwizard.ui @@ -534,12 +534,12 @@ <include location="global" impldecl="in implementation">tdelocale.h</include> <include location="local" impldecl="in implementation">tdewalletwizard.ui.h</include> </includes> -<Q_SLOTS> +<slots> <slot access="private">passwordPageUpdate()</slot> <slot access="private">init()</slot> <slot>setAdvanced()</slot> <slot>setBasic()</slot> <slot access="private">destroy()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |