diff options
author | Michele Calgaro <[email protected]> | 2024-02-03 16:25:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-03 16:25:20 +0900 |
commit | e7940db72a0799b53bd75579f066a9341ea3ce39 (patch) | |
tree | a13a1bccb3be31a9520c2d5229eb1e43223fe980 /ksysv/pathconfig.ui | |
parent | ed7858de3a395180d6ec0c03d8358610b36938ea (diff) | |
download | tdeadmin-e7940db72a0799b53bd75579f066a9341ea3ce39.tar.gz tdeadmin-e7940db72a0799b53bd75579f066a9341ea3ce39.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ksysv/pathconfig.ui')
-rw-r--r-- | ksysv/pathconfig.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/pathconfig.ui b/ksysv/pathconfig.ui index adc0988..10d2cd0 100644 --- a/ksysv/pathconfig.ui +++ b/ksysv/pathconfig.ui @@ -282,10 +282,10 @@ <include location="global" impldecl="in declaration">tdelocale.h</include> <include location="global" impldecl="in implementation">klineedit.h</include> </includes> -<Q_SLOTS> +<slots> <slot access="protected">browseServices()</slot> <slot access="protected">browseRunlevels()</slot> <slot access="protected">slotChanged()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |