diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:59:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:59:34 -0600 |
commit | 83677e35509b4dafac63b76995652bdf3b49f209 (patch) | |
tree | 591f1dc22278addb439726c42896376b17bb42bd /wifi/kcmwifi/configcrypto.ui | |
parent | 808e453c56036211f57482ed847d54aca01bba68 (diff) | |
download | tdenetwork-83677e35509b4dafac63b76995652bdf3b49f209.tar.gz tdenetwork-83677e35509b4dafac63b76995652bdf3b49f209.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 808e453c56036211f57482ed847d54aca01bba68.
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 41cfdf33..76736675 100644 --- a/wifi/kcmwifi/configcrypto.ui +++ b/wifi/kcmwifi/configcrypto.ui @@ -260,7 +260,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>80</width> <height>20</height> @@ -310,25 +310,25 @@ <sender>le_key1</sender> <signal>textChanged(const TQString&)</signal> <receiver>ConfigCrypto</receiver> - <slot>slotUpdateKey1Status(const TQString&)</slot> + <slot>slotUpdateKey1tqStatus(const TQString&)</slot> </connection> <connection> <sender>le_key2</sender> <signal>textChanged(const TQString&)</signal> <receiver>ConfigCrypto</receiver> - <slot>slotUpdateKey2Status(const TQString&)</slot> + <slot>slotUpdateKey2tqStatus(const TQString&)</slot> </connection> <connection> <sender>le_key3</sender> <signal>textChanged(const TQString&)</signal> <receiver>ConfigCrypto</receiver> - <slot>slotUpdateKey3Status(const TQString&)</slot> + <slot>slotUpdateKey3tqStatus(const TQString&)</slot> </connection> <connection> <sender>le_key4</sender> <signal>textChanged(const TQString&)</signal> <receiver>ConfigCrypto</receiver> - <slot>slotUpdateKey4Status(const TQString&)</slot> + <slot>slotUpdateKey4tqStatus(const TQString&)</slot> </connection> </connections> <tabstops> @@ -345,10 +345,10 @@ <include location="local" impldecl="in implementation">configcrypto.ui.h</include> </includes> <Q_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> + <slot>slotUpdateKey1tqStatus( const TQString & key )</slot> + <slot>slotUpdateKey2tqStatus( const TQString & key )</slot> + <slot>slotUpdateKey3tqStatus( const TQString & key )</slot> + <slot>slotUpdateKey4tqStatus( const TQString & key )</slot> </Q_SLOTS> <functions> <function specifier="non virtual">load( const IfConfig & ifconfig )</function> |