diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 10:56:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-03 00:00:55 +0900 |
commit | a90fa4fe0fde02bb1c4cc574ecc4faecbacf8538 (patch) | |
tree | 9d3a9629c014463077fa8de712b52ca4e665b670 /k9Mplayer/mplayer.ui | |
parent | bcf4fd5491e82478891ca031814e57cf3c4804c4 (diff) | |
download | k9copy-a90fa4fe0fde02bb1c4cc574ecc4faecbacf8538.tar.gz k9copy-a90fa4fe0fde02bb1c4cc574ecc4faecbacf8538.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit a4c9d47cc7a39155376b9d552e433fedd069fcb4)
Diffstat (limited to 'k9Mplayer/mplayer.ui')
-rw-r--r-- | k9Mplayer/mplayer.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k9Mplayer/mplayer.ui b/k9Mplayer/mplayer.ui index 4170cbf..1e2c211 100644 --- a/k9Mplayer/mplayer.ui +++ b/k9Mplayer/mplayer.ui @@ -406,7 +406,7 @@ <slot>bSwitchAudioClick()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>bStopClick()</slot> <slot>cbAudioActivated(int)</slot> <slot>slider_sliderReleased()</slot> @@ -418,7 +418,7 @@ <slot>bUpClick()</slot> <slot>bDownClick()</slot> <slot>bSwitchAudioClick()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> |