diff options
author | Michele Calgaro <[email protected]> | 2024-02-05 11:20:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-06 10:18:22 +0900 |
commit | b6eec758eea162315d5673d331d5db9b217d05b8 (patch) | |
tree | fa49e0d134ca2a8a21f496d81597564801003c3b /kgpg/sourceselect.ui | |
parent | 278d2f50538b5465caa86fc7608d9cdfddf36cb9 (diff) | |
download | tdeutils-b6eec758eea162315d5673d331d5db9b217d05b8.tar.gz tdeutils-b6eec758eea162315d5673d331d5db9b217d05b8.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f8eb68b1dd33ac8b974aaab48933e4de059f16d0)
Diffstat (limited to 'kgpg/sourceselect.ui')
-rw-r--r-- | kgpg/sourceselect.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kgpg/sourceselect.ui b/kgpg/sourceselect.ui index 65a821b..ad88492 100644 --- a/kgpg/sourceselect.ui +++ b/kgpg/sourceselect.ui @@ -100,9 +100,9 @@ <slot>checkFile_toggled(bool)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>checkFile_toggled( bool isOn )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">klineedit.h</include> |