diff options
author | Michele Calgaro <[email protected]> | 2024-02-05 11:19:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-05 11:19:23 +0900 |
commit | e050a3eb30a884522a3b09df0c37c8fc69c0c5bb (patch) | |
tree | c9e4bc90acd51d12c01070461de5da677d709b04 /filesharing/advanced/kcm_sambaconf/joindomaindlg.ui | |
parent | bfb6a86ee22664339e8922e55216d12e1a5b2008 (diff) | |
download | tdenetwork-e050a3eb30a884522a3b09df0c37c8fc69c0c5bb.tar.gz tdenetwork-e050a3eb30a884522a3b09df0c37c8fc69c0c5bb.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf/joindomaindlg.ui')
-rw-r--r-- | filesharing/advanced/kcm_sambaconf/joindomaindlg.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/joindomaindlg.ui b/filesharing/advanced/kcm_sambaconf/joindomaindlg.ui index da9690be..64d7331d 100644 --- a/filesharing/advanced/kcm_sambaconf/joindomaindlg.ui +++ b/filesharing/advanced/kcm_sambaconf/joindomaindlg.ui @@ -222,8 +222,8 @@ <include location="global" impldecl="in implementation">tdemessagebox.h</include> <include location="local" impldecl="in implementation">joindomaindlg.ui.h</include> </includes> -<Q_SLOTS> +<slots> <slot>accept()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |