diff options
author | Michele Calgaro <[email protected]> | 2024-02-05 11:19:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-05 11:19:23 +0900 |
commit | e050a3eb30a884522a3b09df0c37c8fc69c0c5bb (patch) | |
tree | c9e4bc90acd51d12c01070461de5da677d709b04 /wifi | |
parent | bfb6a86ee22664339e8922e55216d12e1a5b2008 (diff) | |
download | tdenetwork-e050a3eb30a884522a3b09df0c37c8fc69c0c5bb.tar.gz tdenetwork-e050a3eb30a884522a3b09df0c37c8fc69c0c5bb.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/kcmwifi/configcrypto.ui | 4 | ||||
-rw-r--r-- | wifi/kcmwifi/configpower.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wifi/kcmwifi/configcrypto.ui b/wifi/kcmwifi/configcrypto.ui index c2d287aa..0fb136d9 100644 --- a/wifi/kcmwifi/configcrypto.ui +++ b/wifi/kcmwifi/configcrypto.ui @@ -344,12 +344,12 @@ <include location="local" impldecl="in declaration">wificonfig.h</include> <include location="local" impldecl="in implementation">configcrypto.ui.h</include> </includes> -<Q_SLOTS> +<slots> <slot>slotUpdateKey1Status( const TQString & key )</slot> <slot>slotUpdateKey2Status( const TQString & key )</slot> <slot>slotUpdateKey3Status( const TQString & key )</slot> <slot>slotUpdateKey4Status( const TQString & key )</slot> -</Q_SLOTS> +</slots> <functions> <function specifier="non virtual">load( const IfConfig & ifconfig )</function> <function specifier="non virtual">save( IfConfig & ifconfig )</function> diff --git a/wifi/kcmwifi/configpower.ui b/wifi/kcmwifi/configpower.ui index d5a970b6..69795301 100644 --- a/wifi/kcmwifi/configpower.ui +++ b/wifi/kcmwifi/configpower.ui @@ -146,10 +146,10 @@ <include location="local" impldecl="in implementation">configpower.ui.h</include> <include location="global" impldecl="in implementation">knuminput.h</include> </includes> -<Q_SLOTS> +<slots> <slot>load( const IfConfig & ifconfig )</slot> <slot>save( IfConfig & ifconfig )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> </UI> |