diff options
author | Michele Calgaro <[email protected]> | 2024-02-05 11:19:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-06 10:19:08 +0900 |
commit | 9bea52fdd563a80f22e26375afca2d0ac461b379 (patch) | |
tree | bf4484bb49b96ea9f1b766df543d39bb4b5704a9 /filesharing/advanced/kcm_sambaconf/groupselectdlg.ui | |
parent | 5d85a610bd02473cbcb1fe25f02c6590b31b6be0 (diff) | |
download | tdenetwork-9bea52fdd563a80f22e26375afca2d0ac461b379.tar.gz tdenetwork-9bea52fdd563a80f22e26375afca2d0ac461b379.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit e050a3eb30a884522a3b09df0c37c8fc69c0c5bb)
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf/groupselectdlg.ui')
-rw-r--r-- | filesharing/advanced/kcm_sambaconf/groupselectdlg.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/groupselectdlg.ui b/filesharing/advanced/kcm_sambaconf/groupselectdlg.ui index 4cefc758..76766029 100644 --- a/filesharing/advanced/kcm_sambaconf/groupselectdlg.ui +++ b/filesharing/advanced/kcm_sambaconf/groupselectdlg.ui @@ -404,12 +404,12 @@ <variable>int access;</variable> <variable>TQStringList selectedGroups;</variable> </variables> -<Q_SLOTS> +<slots> <slot>init( const TQStringList & specifiedGroups )</slot> <slot access="protected">accept()</slot> <slot returnType="TQStringList">getSelectedGroups()</slot> <slot returnType="int">getAccess()</slot> <slot returnType="TQString">getGroupKind()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |