diff options
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> |