diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:22:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:22:15 +0900 |
commit | 2ce6b371816292d249824aa157691968d8310c00 (patch) | |
tree | a908259987ca12285c05dea46b7c441dcae0013a /ksayit/Freeverb_plugin | |
parent | c04ba2b3810f5a0187b3ca3b89661d0befca9e08 (diff) | |
download | tdeaccessibility-2ce6b371816292d249824aa157691968d8310c00.tar.gz tdeaccessibility-2ce6b371816292d249824aa157691968d8310c00.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksayit/Freeverb_plugin')
-rw-r--r-- | ksayit/Freeverb_plugin/freeverb_setup.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/Freeverb_plugin/freeverb_setup.ui b/ksayit/Freeverb_plugin/freeverb_setup.ui index 5474e16..c34a642 100644 --- a/ksayit/Freeverb_plugin/freeverb_setup.ui +++ b/ksayit/Freeverb_plugin/freeverb_setup.ui @@ -653,14 +653,14 @@ <slot>slotOKwasClicked()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>sliderRoomChanged(int)</slot> <slot>sliderDampChanged(int)</slot> <slot>sliderWetChanged(int)</slot> <slot>sliderDryChanged(int)</slot> <slot>sliderWidthChanged(int)</slot> <slot>slotOKwasClicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> |