diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 10:56:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 00:00:55 +0900 |
| commit | a90fa4fe0fde02bb1c4cc574ecc4faecbacf8538 (patch) | |
| tree | 9d3a9629c014463077fa8de712b52ca4e665b670 /k9author | |
| parent | bcf4fd5491e82478891ca031814e57cf3c4804c4 (diff) | |
| download | k9copy-a90fa4fe.tar.gz k9copy-a90fa4fe.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a4c9d47cc7a39155376b9d552e433fedd069fcb4)
Diffstat (limited to 'k9author')
| -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 |
4 files changed, 8 insertions, 8 deletions
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> |
