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 | |
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)
-rw-r--r-- | k9Mplayer/mplayer.ui | 4 | ||||
-rw-r--r-- | k9author/chapterEdit.ui | 4 | ||||
-rw-r--r-- | k9author/import.ui | 4 | ||||
-rw-r--r-- | k9author/menuEdit.ui | 4 | ||||
-rw-r--r-- | k9author/newTitle.ui | 4 | ||||
-rw-r--r-- | libk9copy/backupdlg.ui | 4 | ||||
-rw-r--r-- | libk9copy/mp4dlg.ui | 4 | ||||
-rw-r--r-- | libk9copy/processList.ui | 4 | ||||
-rw-r--r-- | libk9copy/progress.ui | 4 | ||||
-rw-r--r-- | src/configDlg.ui | 4 | ||||
-rw-r--r-- | src/k9mainw.ui | 4 | ||||
-rw-r--r-- | src/mencoderCmdGen.ui | 4 | ||||
-rw-r--r-- | src/playbackoptionsw.ui | 4 | ||||
-rw-r--r-- | src/prefAuthor.ui | 4 | ||||
-rw-r--r-- | src/prefMPEG4.ui | 4 | ||||
-rw-r--r-- | src/prefMencoder.ui | 4 | ||||
-rw-r--r-- | src/prefpreview.ui | 4 | ||||
-rw-r--r-- | src/titlefactor.ui | 4 | ||||
-rw-r--r-- | src/viewmpeg2.ui | 4 |
19 files changed, 38 insertions, 38 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> diff --git a/k9author/chapterEdit.ui b/k9author/chapterEdit.ui index 68192c4..8c291a4 100644 --- a/k9author/chapterEdit.ui +++ b/k9author/chapterEdit.ui @@ -334,7 +334,7 @@ <slot>bTitleButtonClick()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>urlSelected( const TQString &)</slot> <slot>sliderReleased()</slot> <slot>sliderChanged()</slot> @@ -345,7 +345,7 @@ <slot>ckBreakStartClick()</slot> <slot>ckBreakEndClick()</slot> <slot>bTitleButtonClick()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> diff --git a/k9author/import.ui b/k9author/import.ui index df2e28a..e5af5d2 100644 --- a/k9author/import.ui +++ b/k9author/import.ui @@ -194,11 +194,11 @@ <slot>cbFormatActivated(const TQString&)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>lvDVDItemSelected(TQListViewItem *)</slot> <slot>bAddClick()</slot> <slot>cbFormatActivated(const TQString &)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcombobox.h</include> diff --git a/k9author/menuEdit.ui b/k9author/menuEdit.ui index acc9310..e8e507b 100644 --- a/k9author/menuEdit.ui +++ b/k9author/menuEdit.ui @@ -317,7 +317,7 @@ <tabstop>bFont</tabstop> <tabstop>cbPosTitle</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>bFontClick()</slot> <slot>urBackgroundSelected(const TQString &)</slot> <slot>cbColorChanged(const TQColor&)</slot> @@ -326,7 +326,7 @@ <slot>bAddTextClick()</slot> <slot>cbStartActivated(int)</slot> <slot>cbEndActivated(int)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcolorbutton.h</include> diff --git a/k9author/newTitle.ui b/k9author/newTitle.ui index 554711b..b5da159 100644 --- a/k9author/newTitle.ui +++ b/k9author/newTitle.ui @@ -262,12 +262,12 @@ <slot>bAddClicked()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>fileSelected(const TQString&)</slot> <slot>rbNumberClicked()</slot> <slot>rbLengthClicked()</slot> <slot>bAddClicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">knuminput.h</include> diff --git a/libk9copy/backupdlg.ui b/libk9copy/backupdlg.ui index a136dec..8a3701d 100644 --- a/libk9copy/backupdlg.ui +++ b/libk9copy/backupdlg.ui @@ -371,10 +371,10 @@ <slot>bAbortClick()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>bAbortClick()</slot> <slot>bPlayToggled(bool state)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> diff --git a/libk9copy/mp4dlg.ui b/libk9copy/mp4dlg.ui index a1deb49..2c81dbb 100644 --- a/libk9copy/mp4dlg.ui +++ b/libk9copy/mp4dlg.ui @@ -270,9 +270,9 @@ <slot>Cancel()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>Cancel()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kprogress.h</include> diff --git a/libk9copy/processList.ui b/libk9copy/processList.ui index cfab24e..8535c79 100644 --- a/libk9copy/processList.ui +++ b/libk9copy/processList.ui @@ -103,9 +103,9 @@ <slot>bCancelClick()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>bCancelClick()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> diff --git a/libk9copy/progress.ui b/libk9copy/progress.ui index 934bf56..28371c8 100644 --- a/libk9copy/progress.ui +++ b/libk9copy/progress.ui @@ -234,9 +234,9 @@ <slot>bCancelClick()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>bCancelClick()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kprogress.h</include> diff --git a/src/configDlg.ui b/src/configDlg.ui index c74c14f..b2e741c 100644 --- a/src/configDlg.ui +++ b/src/configDlg.ui @@ -177,11 +177,11 @@ </connection> </connections> -<Q_SLOTS> +<slots> <slot>bRemoveClick()</slot> <slot>bAddClick()</slot> <slot>bOkClick()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> diff --git a/src/k9mainw.ui b/src/k9mainw.ui index 6c9ff45..bdfe224 100644 --- a/src/k9mainw.ui +++ b/src/k9mainw.ui @@ -406,7 +406,7 @@ <tabstop>cbBurnSpeed</tabstop> <tabstop>listView1</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>bSaveClick()</slot> <slot>bDevicesClick()</slot> <slot>listView1CurrentChanged( TQListViewItem * )</slot> @@ -415,7 +415,7 @@ <slot>bInputOpenDirClick()</slot> <slot>ckMp4AspectRatioClick()</slot> <slot>itemRenamed(TQListViewItem*,int)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcombobox.h</include> diff --git a/src/mencoderCmdGen.ui b/src/mencoderCmdGen.ui index 3e2344c..a8bd863 100644 --- a/src/mencoderCmdGen.ui +++ b/src/mencoderCmdGen.ui @@ -204,9 +204,9 @@ <slot>listViewCurrentChanged(TQListViewItem*)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>listViewCurrentChanged(TQListViewItem*)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> diff --git a/src/playbackoptionsw.ui b/src/playbackoptionsw.ui index bb988dd..94bf38a 100644 --- a/src/playbackoptionsw.ui +++ b/src/playbackoptionsw.ui @@ -384,7 +384,7 @@ <slot>lbSequenceChanged(TQListBoxItem*)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>cbStartActivated( int )</slot> <slot>cbTitleActivated( int )</slot> <slot>ckMenuClick()</slot> @@ -393,7 +393,7 @@ <slot>lbSequenceChanged(TQListBoxItem*)</slot> <slot>cbDefAudioActivated(int)</slot> <slot>cbDefSubActivated(int)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> diff --git a/src/prefAuthor.ui b/src/prefAuthor.ui index 27745bd..d607e58 100644 --- a/src/prefAuthor.ui +++ b/src/prefAuthor.ui @@ -235,9 +235,9 @@ <slot>bButtonFontClicked()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>bButtonFontClicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcolorbutton.h</include> 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> diff --git a/src/prefMencoder.ui b/src/prefMencoder.ui index 70eb07d..264cd9b 100644 --- a/src/prefMencoder.ui +++ b/src/prefMencoder.ui @@ -787,7 +787,7 @@ audio bitrate</string> <tabstop>btnDeleteA</tabstop> <tabstop>tabWidget2</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>lbvCodecsCurrentChanged(TQListBoxItem*)</slot> <slot>teOpt1TextChanged()</slot> <slot>teOpt2TextChanged()</slot> @@ -806,7 +806,7 @@ audio bitrate</string> <slot>btnDeleteAClicked()</slot> <slot>leFourccTextChanged(const TQString&)</slot> <slot>bResetClicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> diff --git a/src/prefpreview.ui b/src/prefpreview.ui index 602e84b..6c4d302 100644 --- a/src/prefpreview.ui +++ b/src/prefpreview.ui @@ -322,9 +322,9 @@ <slot>rbMplayerClick()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>rbInternalClick()</slot> <slot>rbMplayerClick()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/src/titlefactor.ui b/src/titlefactor.ui index 7d4f3e3..9e9646c 100644 --- a/src/titlefactor.ui +++ b/src/titlefactor.ui @@ -155,11 +155,11 @@ <slot>ckAutoClicked(bool)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>slFactor_valueChanged( int )</slot> <slot>slFactorPressed()</slot> <slot>slFactorReleased()</slot> <slot>ckAutoClicked(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/src/viewmpeg2.ui b/src/viewmpeg2.ui index 93566ac..4fd20e5 100644 --- a/src/viewmpeg2.ui +++ b/src/viewmpeg2.ui @@ -173,11 +173,11 @@ <slot>sliderPressed()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>sliderReleased()</slot> <slot>bStopClick()</slot> <slot>bPlayClick()</slot> <slot>sliderPressed()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |