diff options
author | Michele Calgaro <[email protected]> | 2024-02-03 16:24:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-04 21:51:53 +0900 |
commit | 300132f93efd5898263a35338622de62f4ab063f (patch) | |
tree | 7c18c8789c93f514c65ba6c1b936e0e3a075d116 /noatun-plugins | |
parent | e234565531cd8c11949cc6aecf16179e75312458 (diff) | |
download | tdeaddons-300132f93efd5898263a35338622de62f4ab063f.tar.gz tdeaddons-300132f93efd5898263a35338622de62f4ab063f.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit eca129a3128b89841581fdf7bda09babbc91d4fc)
Diffstat (limited to 'noatun-plugins')
-rw-r--r-- | noatun-plugins/pitchablespeed/speedtuner.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/pitchablespeed/speedtuner.ui b/noatun-plugins/pitchablespeed/speedtuner.ui index fced784..51440fc 100644 --- a/noatun-plugins/pitchablespeed/speedtuner.ui +++ b/noatun-plugins/pitchablespeed/speedtuner.ui @@ -186,11 +186,11 @@ <slot>offsetChanged(int)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected">speedChanged(int)</slot> <slot access="protected">offsetChanged(int)</slot> <slot access="protected">rangeChanged(int)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">knuminput.h</include> |