diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-06 10:20:42 +0900 |
commit | 7ad14b004aabad9e185cbc1e894489b24e4b5d48 (patch) | |
tree | ae5b61928c2f83f6b339743277a6b3c2c709a371 /korganizer | |
parent | 3b1e4bbb3df6a0de8aa0693038449c6f0359ce91 (diff) | |
download | tdepim-7ad14b004aabad9e185cbc1e894489b24e4b5d48.tar.gz tdepim-7ad14b004aabad9e185cbc1e894489b24e4b5d48.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 477975ca208e5f68bc748118dc6a18bd94895961)
Diffstat (limited to 'korganizer')
-rw-r--r-- | korganizer/filteredit_base.ui | 4 | ||||
-rw-r--r-- | korganizer/kogroupwareprefspage.ui | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/korganizer/filteredit_base.ui b/korganizer/filteredit_base.ui index a44124b57..131b65369 100644 --- a/korganizer/filteredit_base.ui +++ b/korganizer/filteredit_base.ui @@ -297,9 +297,9 @@ Only to-dos which have least one attendee will be checked. If you are not in th <slot>setEnabled(bool)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>updateFilter()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">knuminput.h</include> diff --git a/korganizer/kogroupwareprefspage.ui b/korganizer/kogroupwareprefspage.ui index 83c5799f7..13626feb7 100644 --- a/korganizer/kogroupwareprefspage.ui +++ b/korganizer/kogroupwareprefspage.ui @@ -620,12 +620,12 @@ For security reasons, it is not recommended to store your password in the config <include location="global" impldecl="in declaration">kdemacros.h</include> <include location="local" impldecl="in implementation">kogroupwareprefspage.ui.h</include> </includes> -<Q_SIGNALS> +<signals> <signal>changed()</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot>slotChanged()</slot> -</Q_SLOTS> +</slots> <exportmacro>KDE_EXPORT</exportmacro> <layoutdefaults spacing="6" margin="11"/> </UI> |