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 /kgpg/keyexport.ui | |
| 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 'kgpg/keyexport.ui')
| -rw-r--r-- | kgpg/keyexport.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kgpg/keyexport.ui b/kgpg/keyexport.ui index 2dffb81..bc310d1 100644 --- a/kgpg/keyexport.ui +++ b/kgpg/keyexport.ui @@ -134,8 +134,8 @@ <include location="global" impldecl="in implementation">kurlrequester.h</include> <include location="local" impldecl="in implementation">keyexport.ui.h</include> </includes> -<Q_SLOTS> +<slots> <slot>checkFile_toggled( bool isOn )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |
