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 /krdc/hostprofiles.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 'krdc/hostprofiles.ui')
-rw-r--r-- | krdc/hostprofiles.ui | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/krdc/hostprofiles.ui b/krdc/hostprofiles.ui index 2b36919b..aca1c6d6 100644 --- a/krdc/hostprofiles.ui +++ b/krdc/hostprofiles.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>HostProfiles</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>HostProfiles</cstring> </property> @@ -82,14 +82,14 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>117</width> <height>21</height> </size> </property> </spacer> - <widget class="QPushButton" row="1" column="1"> + <widget class="TQPushButton" row="1" column="1"> <property name="name"> <cstring>removeHostButton</cstring> </property> @@ -100,7 +100,7 @@ <string>Deletes the hosts that you have selected in the list above.</string> </property> </widget> - <widget class="QPushButton" row="1" column="2"> + <widget class="TQPushButton" row="1" column="2"> <property name="name"> <cstring>removeAllButton</cstring> </property> @@ -134,9 +134,9 @@ </connection> <connection> <sender>hostListView</sender> - <signal>doubleClicked(QListViewItem*,const QPoint&,int)</signal> + <signal>doubleClicked(TQListViewItem*,const QPoint&,int)</signal> <receiver>HostProfiles</receiver> - <slot>slotHostDoubleClicked(QListViewItem*)</slot> + <slot>slotHostDoubleClicked(TQListViewItem*)</slot> </connection> </connections> <includes> @@ -147,21 +147,21 @@ <variables> <variable>HostPrefPtrList deletedHosts;</variable> </variables> -<signals> +<Q_SIGNALS> <signal>hostDoubleClicked(HostPrefPtr)</signal> -</signals> -<slots> +</Q_SIGNALS> +<Q_SLOTS> <slot>removeHost()</slot> <slot access="protected" specifier="non virtual">removeAllHosts()</slot> <slot access="protected" specifier="non virtual">selectionChanged()</slot> - <slot>slotHostDoubleClicked( QListViewItem * )</slot> -</slots> + <slot>slotHostDoubleClicked( TQListViewItem * )</slot> +</Q_SLOTS> <functions> <function specifier="non virtual">load()</function> <function specifier="non virtual">save()</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>klistview.h</includehint> </includehints> |