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 /kghostview | |
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 'kghostview')
-rw-r--r-- | kghostview/gssettingswidget.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kghostview/gssettingswidget.ui b/kghostview/gssettingswidget.ui index c2c18d05..f8ddc0ad 100644 --- a/kghostview/gssettingswidget.ui +++ b/kghostview/gssettingswidget.ui @@ -142,12 +142,12 @@ <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">kurlrequester.h</include> </includes> -<Q_SIGNALS> +<signals> <signal>configClicked()</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot specifier="non virtual">setDetectedVersion( TQString v )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> </UI> |