diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-22 00:30:31 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-22 00:30:31 +0000 |
commit | 69cac65817d949cda2672ec4f0aa73d5e66a0ba1 (patch) | |
tree | 073fde0496ea90eb5bf5cffe66a8da43a9f55fbc /wifi/kcmwifi/configcrypto.ui | |
parent | 3467e6464beac3a162839bf7078e22e3a74d73e7 (diff) | |
download | tdenetwork-69cac65817d949cda2672ec4f0aa73d5e66a0ba1.tar.gz tdenetwork-69cac65817d949cda2672ec4f0aa73d5e66a0ba1.zip |
TQt4 port kdenetwork
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'wifi/kcmwifi/configcrypto.ui')
-rw-r--r-- | wifi/kcmwifi/configcrypto.ui | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/wifi/kcmwifi/configcrypto.ui b/wifi/kcmwifi/configcrypto.ui index 7ef18da2..4dc4e408 100644 --- a/wifi/kcmwifi/configcrypto.ui +++ b/wifi/kcmwifi/configcrypto.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>ConfigCrypto</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>ConfigCrypto</cstring> </property> @@ -19,7 +19,7 @@ <property name="margin"> <number>0</number> </property> - <widget class="QGroupBox" row="2" column="0" rowspan="1" colspan="3"> + <widget class="TQGroupBox" row="2" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>gb_keys</cstring> </property> @@ -38,7 +38,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>lb_key1</cstring> </property> @@ -49,7 +49,7 @@ <string>The first encryption key. 5 or 13 characters are ASCII keys, 10 or 26 characters are hexadecimal keys.</string> </property> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>lb_key3</cstring> </property> @@ -60,7 +60,7 @@ <string>The third encryption key. 5 or 13 characters are ASCII keys, 10 or 26 characters are hexadecimal keys.</string> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>lb_key2</cstring> </property> @@ -71,7 +71,7 @@ <string>The second encryption key. 5 or 13 characters are ASCII keys, 10 or 26 characters are hexadecimal keys.</string> </property> </widget> - <widget class="QLabel" row="3" column="0"> + <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>lb_key4</cstring> </property> @@ -82,7 +82,7 @@ <string>The fourth encryption key. 5 or 13 characters are ASCII keys, 10 or 26 characters are hexadecimal keys.</string> </property> </widget> - <widget class="QLabel" row="0" column="2"> + <widget class="TQLabel" row="0" column="2"> <property name="name"> <cstring>format_1</cstring> </property> @@ -101,7 +101,7 @@ <enum>RichText</enum> </property> </widget> - <widget class="QLabel" row="1" column="2"> + <widget class="TQLabel" row="1" column="2"> <property name="name"> <cstring>format_2</cstring> </property> @@ -146,7 +146,7 @@ </sizepolicy> </property> </widget> - <widget class="QLabel" row="2" column="2"> + <widget class="TQLabel" row="2" column="2"> <property name="name"> <cstring>format_3</cstring> </property> @@ -178,7 +178,7 @@ </sizepolicy> </property> </widget> - <widget class="QLabel" row="3" column="2"> + <widget class="TQLabel" row="3" column="2"> <property name="name"> <cstring>format_4</cstring> </property> @@ -212,7 +212,7 @@ </widget> </grid> </widget> - <widget class="QButtonGroup" row="1" column="0" rowspan="1" colspan="3"> + <widget class="TQButtonGroup" row="1" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>bg_cryptoMode</cstring> </property> @@ -226,7 +226,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QRadioButton"> + <widget class="TQRadioButton"> <property name="name"> <cstring>rb_openMode</cstring> </property> @@ -237,7 +237,7 @@ <string>Makes the card accept encrypted and unencrypted packets.</string> </property> </widget> - <widget class="QRadioButton"> + <widget class="TQRadioButton"> <property name="name"> <cstring>rb_restrictMode</cstring> </property> @@ -260,14 +260,14 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>80</width> <height>20</height> </size> </property> </spacer> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>lb_useKey</cstring> </property> @@ -278,7 +278,7 @@ <string>Sets which of the four keys is to be used for transmitting packets.</string> </property> </widget> - <widget class="QComboBox" row="0" column="1"> + <widget class="TQComboBox" row="0" column="1"> <item> <property name="text"> <string>Key 1</string> @@ -308,27 +308,27 @@ <connections> <connection> <sender>le_key1</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>ConfigCrypto</receiver> - <slot>slotUpdateKey1Status(const QString&)</slot> + <slot>slotUpdateKey1tqStatus(const TQString&)</slot> </connection> <connection> <sender>le_key2</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>ConfigCrypto</receiver> - <slot>slotUpdateKey2Status(const QString&)</slot> + <slot>slotUpdateKey2tqStatus(const TQString&)</slot> </connection> <connection> <sender>le_key3</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>ConfigCrypto</receiver> - <slot>slotUpdateKey3Status(const QString&)</slot> + <slot>slotUpdateKey3tqStatus(const TQString&)</slot> </connection> <connection> <sender>le_key4</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>ConfigCrypto</receiver> - <slot>slotUpdateKey4Status(const QString&)</slot> + <slot>slotUpdateKey4tqStatus(const TQString&)</slot> </connection> </connections> <tabstops> @@ -344,18 +344,18 @@ <include location="local" impldecl="in declaration">wificonfig.h</include> <include location="local" impldecl="in implementation">configcrypto.ui.h</include> </includes> -<slots> - <slot>slotUpdateKey1Status( const QString & key )</slot> - <slot>slotUpdateKey2Status( const QString & key )</slot> - <slot>slotUpdateKey3Status( const QString & key )</slot> - <slot>slotUpdateKey4Status( const QString & key )</slot> -</slots> +<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> +</Q_SLOTS> <functions> <function specifier="non virtual">load( const IfConfig & ifconfig )</function> <function specifier="non virtual">save( IfConfig & ifconfig )</function> </functions> -<layoutdefaults spacing="6" margin="11"/> -<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +<tqlayoutdefaults spacing="6" margin="11"/> +<tqlayoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> <includehints> <includehint>klineedit.h</includehint> <includehint>klineedit.h</includehint> |