diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:25:20 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-04 21:52:17 +0900 |
| commit | f2ee6cfd5c5c79cbe0c0944884e573f246dfd5ff (patch) | |
| tree | eb2710591d8c0fc67c3f2fc74596085f3d89f77b /kuser | |
| parent | 7ad2f154f24ac01a33118779950bcdfe0d16ca94 (diff) | |
| download | tdeadmin-f2ee6cfd.tar.gz tdeadmin-f2ee6cfd.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e7940db72a0799b53bd75579f066a9341ea3ce39)
Diffstat (limited to 'kuser')
| -rw-r--r-- | kuser/generalsettings.ui | 4 | ||||
| -rw-r--r-- | kuser/ldapsamba.ui | 4 | ||||
| -rw-r--r-- | kuser/passwordpolicy.ui | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/kuser/generalsettings.ui b/kuser/generalsettings.ui index f6e4be4..bcf56e5 100644 --- a/kuser/generalsettings.ui +++ b/kuser/generalsettings.ui @@ -233,9 +233,9 @@ <tabstop>kcfg_copySkel</tabstop> <tabstop>kcfg_userPrivateGroup</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>kcfg_createHomeDir_toggled( bool )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcombobox.h</include> diff --git a/kuser/ldapsamba.ui b/kuser/ldapsamba.ui index ed4e248..aea4ecf 100644 --- a/kuser/ldapsamba.ui +++ b/kuser/ldapsamba.ui @@ -355,9 +355,9 @@ <tabstop>kcfg_samdomsid</tabstop> <tabstop>domQuery</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>kcfg_ldapsam_toggled( bool )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">klineedit.h</include> diff --git a/kuser/passwordpolicy.ui b/kuser/passwordpolicy.ui index fb4b246..2730bbd 100644 --- a/kuser/passwordpolicy.ui +++ b/kuser/passwordpolicy.ui @@ -232,9 +232,9 @@ <tabstop>kcfg_sinact</tabstop> <tabstop>kcfg_sneverexpire</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>kcfg_sneverexpire_toggled( bool )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kdatetimewidget.h</include> |
