diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 10:56:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-02 10:56:27 +0900 |
commit | a4c9d47cc7a39155376b9d552e433fedd069fcb4 (patch) | |
tree | 3ed47ccad5cd4a3070d90e35cee8f82fe139f136 /src/prefMPEG4.ui | |
parent | 4e2f83fa60c1b2ac650985796d4941f150198a45 (diff) | |
download | k9copy-a4c9d47cc7a39155376b9d552e433fedd069fcb4.tar.gz k9copy-a4c9d47cc7a39155376b9d552e433fedd069fcb4.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/prefMPEG4.ui')
-rw-r--r-- | src/prefMPEG4.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prefMPEG4.ui b/src/prefMPEG4.ui index f48f915..58e29ef 100644 --- a/src/prefMPEG4.ui +++ b/src/prefMPEG4.ui @@ -674,7 +674,7 @@ <tabstop>leMp4AudioBitrate</tabstop> <tabstop>sbAudioGain</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>ckMp4AspectRatioClick()</slot> <slot>cbMp4CodecActivated( int )</slot> <slot>cbMp4AudioCodecActivated( int )</slot> @@ -688,6 +688,6 @@ <slot>leMp4VideoBitrateTextChanged(const TQString &)</slot> <slot>sbAudioGainValueChanged(int)</slot> <slot>ckUseCacheClick()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |