diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:25:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:25:20 +0900 |
commit | e7940db72a0799b53bd75579f066a9341ea3ce39 (patch) | |
tree | a13a1bccb3be31a9520c2d5229eb1e43223fe980 /ksysv | |
parent | ed7858de3a395180d6ec0c03d8358610b36938ea (diff) | |
download | tdeadmin-e7940db72a0799b53bd75579f066a9341ea3ce39.tar.gz tdeadmin-e7940db72a0799b53bd75579f066a9341ea3ce39.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksysv')
-rw-r--r-- | ksysv/lookandfeelconfig.ui | 4 | ||||
-rw-r--r-- | ksysv/miscconfig.ui | 4 | ||||
-rw-r--r-- | ksysv/pathconfig.ui | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ksysv/lookandfeelconfig.ui b/ksysv/lookandfeelconfig.ui index 5046fc7..0a095e3 100644 --- a/ksysv/lookandfeelconfig.ui +++ b/ksysv/lookandfeelconfig.ui @@ -490,11 +490,11 @@ <includes> <include location="global" impldecl="in declaration">tdelocale.h</include> </includes> -<Q_SLOTS> +<slots> <slot access="protected">chooseNumberFont()</slot> <slot access="protected">chooseServiceFont()</slot> <slot access="protected">slotChanged()</slot> -</Q_SLOTS> +</slots> <pixmapfunction>DesktopIcon</pixmapfunction> <layoutdefaults spacing="6" margin="11"/> <includes> diff --git a/ksysv/miscconfig.ui b/ksysv/miscconfig.ui index 3ee6b0f..fee98a5 100644 --- a/ksysv/miscconfig.ui +++ b/ksysv/miscconfig.ui @@ -179,8 +179,8 @@ <includes> <include location="global" impldecl="in declaration">tdelocale.h</include> </includes> -<Q_SLOTS> +<slots> <slot access="protected">slotChanged()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> 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> |