diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 10:55:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 10:55:23 +0900 |
| commit | 5cbf8a99f6adf519c5e976ef8347172802a924e7 (patch) | |
| tree | 7cebda84eedfcb96ddaa631cb7e0d88d96c04146 /plugins/ipfilter | |
| parent | ccf782d88dfd28667ffda7a31f1d8c6a4fae7f19 (diff) | |
| download | ktorrent-5cbf8a99f6adf519c5e976ef8347172802a924e7.tar.gz ktorrent-5cbf8a99f6adf519c5e976ef8347172802a924e7.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/ipfilter')
| -rw-r--r-- | plugins/ipfilter/convert_dlg.ui | 4 | ||||
| -rw-r--r-- | plugins/ipfilter/ipblockingpref.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/ipfilter/convert_dlg.ui b/plugins/ipfilter/convert_dlg.ui index 15e1a2f..de0aa40 100644 --- a/plugins/ipfilter/convert_dlg.ui +++ b/plugins/ipfilter/convert_dlg.ui @@ -146,10 +146,10 @@ <slot>btnCancel_clicked()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>btnClose_clicked()</slot> <slot>btnCancel_clicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kprogress.h</include> diff --git a/plugins/ipfilter/ipblockingpref.ui b/plugins/ipfilter/ipblockingpref.ui index d221270..3435167 100644 --- a/plugins/ipfilter/ipblockingpref.ui +++ b/plugins/ipfilter/ipblockingpref.ui @@ -188,11 +188,11 @@ NOTE: ZIP file from bluetack.co.uk is supported.</string> <slot>setEnabled(bool)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>btnDownload_clicked()</slot> <slot>checkUseLevel1_toggled(bool)</slot> <slot>checkUseKTfilter_toggled(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> |
