diff options
author | Michele Calgaro <[email protected]> | 2024-02-05 11:19:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-05 11:19:09 +0900 |
commit | 8423a99b3f4530263c4d16364e834ecf83fd9b3b (patch) | |
tree | f874f6e5d2dcb8e3d1892f48d1150b3174ebd846 /kscd | |
parent | 286a061a4cd8a904a0b16b5be4c274a20935d5df (diff) | |
download | tdemultimedia-8423a99b3f4530263c4d16364e834ecf83fd9b3b.tar.gz tdemultimedia-8423a99b3f4530263c4d16364e834ecf83fd9b3b.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kscd')
-rw-r--r-- | kscd/configWidgetUI.ui | 4 | ||||
-rw-r--r-- | kscd/panel.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kscd/configWidgetUI.ui b/kscd/configWidgetUI.ui index 79c06938..14f4435b 100644 --- a/kscd/configWidgetUI.ui +++ b/kscd/configWidgetUI.ui @@ -445,10 +445,10 @@ <tabstop>kcfg_DigitalPlayback</tabstop> <tabstop>kcfg_AudioDevice</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>kcfg_DigitalPlayback_toggled( bool )</slot> <slot>kcfg_SelectEncoding_toggled(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcolorbutton.h</include> diff --git a/kscd/panel.ui b/kscd/panel.ui index c9f12409..c3fd3a09 100644 --- a/kscd/panel.ui +++ b/kscd/panel.ui @@ -451,12 +451,12 @@ <tabstop>cddbPB</tabstop> <tabstop>infoPB</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>playClicked()</slot> <slot>stopClicked()</slot> <slot>prevClicked()</slot> <slot>ejectClicked()</slot> <slot returnType="bool">nextClicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |