diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 10:48:36 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 23:45:47 +0900 |
| commit | aa1df34fd674490d0b7600603ae57e2a5f3e3ffd (patch) | |
| tree | f4d410a328616e42d24a667eb56504662f3ad122 /src/settings | |
| parent | f71f6c99da60331633888e77e6abe10456fb087e (diff) | |
| download | tdesvn-aa1df34f.tar.gz tdesvn-aa1df34f.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 41907371bbc59724fc618f64fef83fcd5f6f3d62)
Diffstat (limited to 'src/settings')
| -rw-r--r-- | src/settings/cmdexecsettings.ui | 4 | ||||
| -rw-r--r-- | src/settings/diffmergesettings.ui | 4 | ||||
| -rw-r--r-- | src/settings/dispcolor_settings.ui | 4 | ||||
| -rw-r--r-- | src/settings/display_settings.ui | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/settings/cmdexecsettings.ui b/src/settings/cmdexecsettings.ui index ca9a885..2aa7e48 100644 --- a/src/settings/cmdexecsettings.ui +++ b/src/settings/cmdexecsettings.ui @@ -143,9 +143,9 @@ <slot>setEnabled(bool)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected">showLogToggled(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">klineedit.h</include> diff --git a/src/settings/diffmergesettings.ui b/src/settings/diffmergesettings.ui index 4b2b5dd..d917618 100644 --- a/src/settings/diffmergesettings.ui +++ b/src/settings/diffmergesettings.ui @@ -239,9 +239,9 @@ When %1 and %2 is given, tdesvn let this display make the diff. For that it it m <slot>diffDispChanged(bool)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected">diffDispChanged(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">klineedit.h</include> diff --git a/src/settings/dispcolor_settings.ui b/src/settings/dispcolor_settings.ui index 11d990f..a4a0fc0 100644 --- a/src/settings/dispcolor_settings.ui +++ b/src/settings/dispcolor_settings.ui @@ -235,9 +235,9 @@ <slot>coloredStateToggled(bool)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected">coloredStateToggled(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcolorbutton.h</include> diff --git a/src/settings/display_settings.ui b/src/settings/display_settings.ui index 1224ac7..4dc517b 100644 --- a/src/settings/display_settings.ui +++ b/src/settings/display_settings.ui @@ -227,10 +227,10 @@ When TDE-default is wanted for opening on double click, enter &quot;default& <slot>diffDispChanged()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected">diffDispChanged()</slot> <slot access="protected">dispFileInfotoggled(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">klineedit.h</include> |
