diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:09 +0900 |
commit | 8423a99b3f4530263c4d16364e834ecf83fd9b3b (patch) | |
tree | f874f6e5d2dcb8e3d1892f48d1150b3174ebd846 /tdeioslave/audiocd/kcmaudiocd/audiocdconfig.ui | |
parent | 286a061a4cd8a904a0b16b5be4c274a20935d5df (diff) | |
download | tdemultimedia-8423a99b3f4530263c4d16364e834ecf83fd9b3b.tar.gz tdemultimedia-8423a99b3f4530263c4d16364e834ecf83fd9b3b.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/audiocd/kcmaudiocd/audiocdconfig.ui')
-rw-r--r-- | tdeioslave/audiocd/kcmaudiocd/audiocdconfig.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/audiocd/kcmaudiocd/audiocdconfig.ui b/tdeioslave/audiocd/kcmaudiocd/audiocdconfig.ui index 25a6d6f5..fba43890 100644 --- a/tdeioslave/audiocd/kcmaudiocd/audiocdconfig.ui +++ b/tdeioslave/audiocd/kcmaudiocd/audiocdconfig.ui @@ -619,8 +619,8 @@ <include location="global" impldecl="in declaration">tdecmodule.h</include> <include location="global" impldecl="in implementation">klineedit.h</include> </includes> -<Q_SLOTS> +<slots> <slot>toggleLowpass()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |