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 | |
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')
-rw-r--r-- | wifi/kcmwifi/configadvanced.ui | 2 | ||||
-rw-r--r-- | wifi/kcmwifi/configcrypto.ui | 18 | ||||
-rw-r--r-- | wifi/kcmwifi/configcrypto.ui.h | 8 | ||||
-rw-r--r-- | wifi/kcmwifi/ifconfigpagebase.ui | 14 | ||||
-rw-r--r-- | wifi/kcmwifi/mainconfigbase.ui | 6 | ||||
-rw-r--r-- | wifi/kcmwifi/vendorconfig.cpp | 2 |
6 files changed, 25 insertions, 25 deletions
diff --git a/wifi/kcmwifi/configadvanced.ui b/wifi/kcmwifi/configadvanced.ui index 3eda59d7..1e54d280 100644 --- a/wifi/kcmwifi/configadvanced.ui +++ b/wifi/kcmwifi/configadvanced.ui @@ -96,7 +96,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>40</width> <height>20</height> 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> diff --git a/wifi/kcmwifi/configcrypto.ui.h b/wifi/kcmwifi/configcrypto.ui.h index be561bff..acb98974 100644 --- a/wifi/kcmwifi/configcrypto.ui.h +++ b/wifi/kcmwifi/configcrypto.ui.h @@ -32,7 +32,7 @@ void ConfigCrypto::save( IfConfig &ifconfig ) } -void ConfigCrypto::slotUpdateKey1tqStatus(const TQString& key) +void ConfigCrypto::slotUpdateKey1Status(const TQString& key) { KeyStates status = ::Key::isValid( key ); switch (status) { @@ -63,7 +63,7 @@ void ConfigCrypto::slotUpdateKey1tqStatus(const TQString& key) } } -void ConfigCrypto::slotUpdateKey2tqStatus(const TQString& key) +void ConfigCrypto::slotUpdateKey2Status(const TQString& key) { KeyStates status = ::Key::isValid( key ); switch (status) { @@ -94,7 +94,7 @@ void ConfigCrypto::slotUpdateKey2tqStatus(const TQString& key) } } -void ConfigCrypto::slotUpdateKey3tqStatus(const TQString& key) +void ConfigCrypto::slotUpdateKey3Status(const TQString& key) { KeyStates status = ::Key::isValid( key ); switch (status) { @@ -125,7 +125,7 @@ void ConfigCrypto::slotUpdateKey3tqStatus(const TQString& key) } } -void ConfigCrypto::slotUpdateKey4tqStatus(const TQString& key) +void ConfigCrypto::slotUpdateKey4Status(const TQString& key) { KeyStates status = ::Key::isValid( key ); switch (status) { diff --git a/wifi/kcmwifi/ifconfigpagebase.ui b/wifi/kcmwifi/ifconfigpagebase.ui index 089284aa..f2e3df7d 100644 --- a/wifi/kcmwifi/ifconfigpagebase.ui +++ b/wifi/kcmwifi/ifconfigpagebase.ui @@ -80,7 +80,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>226</width> <height>20</height> @@ -126,7 +126,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>196</width> <height>20</height> @@ -178,7 +178,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>285</width> <height>20</height> @@ -286,7 +286,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>190</width> <height>20</height> @@ -354,7 +354,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>413</width> <height>20</height> @@ -392,7 +392,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>131</width> <height>20</height> @@ -444,7 +444,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>396</width> <height>20</height> diff --git a/wifi/kcmwifi/mainconfigbase.ui b/wifi/kcmwifi/mainconfigbase.ui index 77e168c1..5fcb1dab 100644 --- a/wifi/kcmwifi/mainconfigbase.ui +++ b/wifi/kcmwifi/mainconfigbase.ui @@ -48,7 +48,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>146</width> <height>20</height> @@ -117,7 +117,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>106</width> <height>20</height> @@ -134,7 +134,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>66</width> <height>20</height> diff --git a/wifi/kcmwifi/vendorconfig.cpp b/wifi/kcmwifi/vendorconfig.cpp index 395cbc58..e415c276 100644 --- a/wifi/kcmwifi/vendorconfig.cpp +++ b/wifi/kcmwifi/vendorconfig.cpp @@ -184,7 +184,7 @@ is incremented _after_ successful setup of each given config. */ TQString value = buffer.section ( ' ', 1, 1 ); kdDebug ( ) << "Variable " << var << " contains " << value << ".\n"; // evaluate the meaningful lines - if ( var.tqstartsWith ( "wireless", false ) ) + if ( var.startsWith ( "wireless", false ) ) { if ( var.endsWith ( "essid" ) ) { |