diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 10:55:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 10:55:35 +0900 |
commit | 9f15d20fd2ae242c061b32df95517476cf493f79 (patch) | |
tree | 9c76c9c197563b5ff4cc18b3b247129cf3a9d259 /src/profilenetworkrouteoptionsbase.ui | |
parent | 47b21266c2485f0960d51f170a918a6d010cbbef (diff) | |
download | kvpnc-9f15d20fd2ae242c061b32df95517476cf493f79.tar.gz kvpnc-9f15d20fd2ae242c061b32df95517476cf493f79.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/profilenetworkrouteoptionsbase.ui')
-rw-r--r-- | src/profilenetworkrouteoptionsbase.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profilenetworkrouteoptionsbase.ui b/src/profilenetworkrouteoptionsbase.ui index a2f8865..0cf9c6c 100644 --- a/src/profilenetworkrouteoptionsbase.ui +++ b/src/profilenetworkrouteoptionsbase.ui @@ -260,13 +260,13 @@ <tabstop>AddRoutePushButton</tabstop> <tabstop>DeleteNetworkRoutePushButton</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>additionalNetworkRoutesToggled(bool)</slot> <slot specifier="nicht virtual">addNetworkRouteClicked()</slot> <slot specifier="nicht virtual">delNetworkRouteClicked()</slot> <slot>editNetworkRouteClicked()</slot> <slot>contextMenuRequested(TQListViewItem*,const TQPoint&,int)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <forwards> <forward>class TQListViewItem;</forward> |