diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:33:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:33:51 -0600 |
commit | 089118c18533dfa3e6ce5065dbebdd4db94051f1 (patch) | |
tree | ce014fb2326a80fcfafa2362b7ff88486aa17c96 /wifi/kcmwifi/configcrypto.ui | |
parent | 83677e35509b4dafac63b76995652bdf3b49f209 (diff) | |
download | tdenetwork-089118c18533dfa3e6ce5065dbebdd4db94051f1.tar.gz tdenetwork-089118c18533dfa3e6ce5065dbebdd4db94051f1.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'wifi/kcmwifi/configcrypto.ui')
-rw-r--r-- | wifi/kcmwifi/configcrypto.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/wifi/kcmwifi/configcrypto.ui b/wifi/kcmwifi/configcrypto.ui index 76736675..41cfdf33 100644 --- a/wifi/kcmwifi/configcrypto.ui +++ b/wifi/kcmwifi/configcrypto.ui @@ -260,7 +260,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>80</width> <height>20</height> @@ -310,25 +310,25 @@ <sender>le_key1</sender> <signal>textChanged(const TQString&)</signal> <receiver>ConfigCrypto</receiver> - <slot>slotUpdateKey1tqStatus(const TQString&)</slot> + <slot>slotUpdateKey1Status(const TQString&)</slot> </connection> <connection> <sender>le_key2</sender> <signal>textChanged(const TQString&)</signal> <receiver>ConfigCrypto</receiver> - <slot>slotUpdateKey2tqStatus(const TQString&)</slot> + <slot>slotUpdateKey2Status(const TQString&)</slot> </connection> <connection> <sender>le_key3</sender> <signal>textChanged(const TQString&)</signal> <receiver>ConfigCrypto</receiver> - <slot>slotUpdateKey3tqStatus(const TQString&)</slot> + <slot>slotUpdateKey3Status(const TQString&)</slot> </connection> <connection> <sender>le_key4</sender> <signal>textChanged(const TQString&)</signal> <receiver>ConfigCrypto</receiver> - <slot>slotUpdateKey4tqStatus(const TQString&)</slot> + <slot>slotUpdateKey4Status(const TQString&)</slot> </connection> </connections> <tabstops> @@ -345,10 +345,10 @@ <include location="local" impldecl="in implementation">configcrypto.ui.h</include> </includes> <Q_SLOTS> - <slot>slotUpdateKey1tqStatus( const TQString & key )</slot> - <slot>slotUpdateKey2tqStatus( const TQString & key )</slot> - <slot>slotUpdateKey3tqStatus( const TQString & key )</slot> - <slot>slotUpdateKey4tqStatus( const TQString & key )</slot> + <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> <functions> <function specifier="non virtual">load( const IfConfig & ifconfig )</function> |