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/infowidget | |
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/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> |