diff options
author | Michele Calgaro <[email protected]> | 2024-02-03 16:24:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-03 16:24:54 +0900 |
commit | eca129a3128b89841581fdf7bda09babbc91d4fc (patch) | |
tree | c5e7846308f67e8552793e81ce47aa045427dd51 /noatun-plugins | |
parent | 7e9d8ea45280ad6657796da9536ccf6218111f22 (diff) | |
download | tdeaddons-eca129a3128b89841581fdf7bda09babbc91d4fc.tar.gz tdeaddons-eca129a3128b89841581fdf7bda09babbc91d4fc.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
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> |