diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 10:48:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-02 10:48:36 +0900 |
commit | 41907371bbc59724fc618f64fef83fcd5f6f3d62 (patch) | |
tree | a598b51ae2a0070919742384e84cbaff653d830a /src/svnfrontend/createrepo_dlg.ui | |
parent | 9ebb061777b4fed6107d056528ff19932d1c0379 (diff) | |
download | tdesvn-41907371bbc59724fc618f64fef83fcd5f6f3d62.tar.gz tdesvn-41907371bbc59724fc618f64fef83fcd5f6f3d62.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/svnfrontend/createrepo_dlg.ui')
-rw-r--r-- | src/svnfrontend/createrepo_dlg.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/createrepo_dlg.ui b/src/svnfrontend/createrepo_dlg.ui index 23737e6..ca09e14 100644 --- a/src/svnfrontend/createrepo_dlg.ui +++ b/src/svnfrontend/createrepo_dlg.ui @@ -183,11 +183,11 @@ <tabstop>m_svn13compat</tabstop> <tabstop>m_svn14compat</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot access="protected">fsTypeChanged(int)</slot> <slot access="protected">compatChanged13(bool)</slot> <slot access="protected">compatChanged14(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcombobox.h</include> |