summaryrefslogtreecommitdiffstats
path: root/kuser
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:25:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:25:20 +0900
commite7940db72a0799b53bd75579f066a9341ea3ce39 (patch)
treea13a1bccb3be31a9520c2d5229eb1e43223fe980 /kuser
parented7858de3a395180d6ec0c03d8358610b36938ea (diff)
downloadtdeadmin-e7940db72a0799b53bd75579f066a9341ea3ce39.tar.gz
tdeadmin-e7940db72a0799b53bd75579f066a9341ea3ce39.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kuser')
-rw-r--r--kuser/generalsettings.ui4
-rw-r--r--kuser/ldapsamba.ui4
-rw-r--r--kuser/passwordpolicy.ui4
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>