diff options
author | Michele Calgaro <[email protected]> | 2024-02-03 16:26:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-04 21:54:56 +0900 |
commit | cb1b22d0821b4fa3b72801659c6e8472e26c2b99 (patch) | |
tree | 6eb20a1cfc8ef1db04c310548070f23d6cda2e59 /kpdf/conf | |
parent | ea1f5870db808971e833dd901aac2647d50634bd (diff) | |
download | tdegraphics-cb1b22d0821b4fa3b72801659c6e8472e26c2b99.tar.gz tdegraphics-cb1b22d0821b4fa3b72801659c6e8472e26c2b99.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit bda52bd053029243d499bbaf14d35beb8b6e43e1)
Diffstat (limited to 'kpdf/conf')
-rw-r--r-- | kpdf/conf/dlgperformance.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpdf/conf/dlgperformance.ui b/kpdf/conf/dlgperformance.ui index 3676c3ba..d0730717 100644 --- a/kpdf/conf/dlgperformance.ui +++ b/kpdf/conf/dlgperformance.ui @@ -265,11 +265,11 @@ <include location="global" impldecl="in implementation">kiconloader.h</include> <include location="local" impldecl="in implementation">dlgperformance.ui.h</include> </includes> -<Q_SLOTS> +<slots> <slot>lowRadio_toggled( bool on )</slot> <slot>normalRadio_toggled( bool on )</slot> <slot>aggressiveRadio_toggled( bool on )</slot> -</Q_SLOTS> +</slots> <functions> <function access="private">init()</function> </functions> |