diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:26:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:26:56 +0900 |
commit | bda52bd053029243d499bbaf14d35beb8b6e43e1 (patch) | |
tree | c6becafe5f1b7fbb9dceeb27af0a169d07eee834 /kpdf | |
parent | c616fab9053b07ed30508ab714de876409d82653 (diff) | |
download | tdegraphics-bda52bd053029243d499bbaf14d35beb8b6e43e1.tar.gz tdegraphics-bda52bd053029243d499bbaf14d35beb8b6e43e1.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpdf')
-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> |