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/infowidget | |
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/infowidget')
-rw-r--r-- | plugins/infowidget/trackerviewbase.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/infowidget/trackerviewbase.ui b/plugins/infowidget/trackerviewbase.ui index c1e05fe..3ec9d91 100644 --- a/plugins/infowidget/trackerviewbase.ui +++ b/plugins/infowidget/trackerviewbase.ui @@ -295,14 +295,14 @@ <forwards> <forward>class TQListViewItem;</forward> </forwards> -<Q_SLOTS> +<slots> <slot>btnChange_clicked()</slot> <slot>listTrackers_currentChanged(TQListViewItem*)</slot> <slot>btnUpdate_clicked()</slot> <slot>btnAdd_clicked()</slot> <slot>btnRemove_clicked()</slot> <slot>btnRestore_clicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> |