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-05 11:19:36 +0900 |
commit | 477975ca208e5f68bc748118dc6a18bd94895961 (patch) | |
tree | 670e3912afc908378c1d75084ded99713b6e5817 /korganizer | |
parent | d2f343cc239e1fa25c9581cf35bada96692c41db (diff) | |
download | tdepim-477975ca208e5f68bc748118dc6a18bd94895961.tar.gz tdepim-477975ca208e5f68bc748118dc6a18bd94895961.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |