diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 10:48:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-02 23:45:47 +0900 |
commit | aa1df34fd674490d0b7600603ae57e2a5f3e3ffd (patch) | |
tree | f4d410a328616e42d24a667eb56504662f3ad122 /src/ksvnwidgets/authdlg.ui | |
parent | f71f6c99da60331633888e77e6abe10456fb087e (diff) | |
download | tdesvn-aa1df34fd674490d0b7600603ae57e2a5f3e3ffd.tar.gz tdesvn-aa1df34fd674490d0b7600603ae57e2a5f3e3ffd.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 41907371bbc59724fc618f64fef83fcd5f6f3d62)
Diffstat (limited to 'src/ksvnwidgets/authdlg.ui')
-rw-r--r-- | src/ksvnwidgets/authdlg.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ksvnwidgets/authdlg.ui b/src/ksvnwidgets/authdlg.ui index fe701b6..fd8b89e 100644 --- a/src/ksvnwidgets/authdlg.ui +++ b/src/ksvnwidgets/authdlg.ui @@ -175,9 +175,9 @@ <tabstop>buttonCancel</tabstop> <tabstop>buttonHelp</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot access="protected">slotHelp()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">klineedit.h</include> |