diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 10:55:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-02 10:55:23 +0900 |
commit | 5cbf8a99f6adf519c5e976ef8347172802a924e7 (patch) | |
tree | 7cebda84eedfcb96ddaa631cb7e0d88d96c04146 /plugins/webinterface | |
parent | ccf782d88dfd28667ffda7a31f1d8c6a4fae7f19 (diff) | |
download | ktorrent-5cbf8a99f6adf519c5e976ef8347172802a924e7.tar.gz ktorrent-5cbf8a99f6adf519c5e976ef8347172802a924e7.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'plugins/webinterface')
-rw-r--r-- | plugins/webinterface/webinterfacepref.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/webinterface/webinterfacepref.ui b/plugins/webinterface/webinterfacepref.ui index 8e6e7c2..5830b0c 100644 --- a/plugins/webinterface/webinterfacepref.ui +++ b/plugins/webinterface/webinterfacepref.ui @@ -239,10 +239,10 @@ <slot>changeLedState()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>btnUpdate_clicked()</slot> <slot>changeLedState()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kled.h</include> |