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 23:48:20 +0900 |
commit | 37d524ba33276887eb61a96aff6179d63e4441c9 (patch) | |
tree | e3622094e2d1af793809720d1a582ac6d58a5d7c /plugins/webinterface | |
parent | e98b0ef1abb6082e064316bb3bb0c4f137c2a40e (diff) | |
download | ktorrent-37d524ba33276887eb61a96aff6179d63e4441c9.tar.gz ktorrent-37d524ba33276887eb61a96aff6179d63e4441c9.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5cbf8a99f6adf519c5e976ef8347172802a924e7)
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> |