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 /filesharing/advanced/nfs/nfsdialoggui.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 'filesharing/advanced/nfs/nfsdialoggui.ui')
-rw-r--r-- | filesharing/advanced/nfs/nfsdialoggui.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/filesharing/advanced/nfs/nfsdialoggui.ui b/filesharing/advanced/nfs/nfsdialoggui.ui index 002ae30a..b3f32cd4 100644 --- a/filesharing/advanced/nfs/nfsdialoggui.ui +++ b/filesharing/advanced/nfs/nfsdialoggui.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>NFSDialogGUI</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>NFSDialogGUI</cstring> </property> @@ -22,7 +22,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QGroupBox"> + <widget class="TQGroupBox"> <property name="name"> <cstring>groupBox</cstring> </property> @@ -49,7 +49,7 @@ The first column shows the name or address of the host, the second column shows <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton" row="0" column="1"> + <widget class="TQPushButton" row="0" column="1"> <property name="name"> <cstring>addHostBtn</cstring> </property> @@ -57,7 +57,7 @@ The first column shows the name or address of the host, the second column shows <string>&Add Host...</string> </property> </widget> - <widget class="QPushButton" row="1" column="1"> + <widget class="TQPushButton" row="1" column="1"> <property name="name"> <cstring>modifyHostBtn</cstring> </property> @@ -68,7 +68,7 @@ The first column shows the name or address of the host, the second column shows <string>Mo&dify Host...</string> </property> </widget> - <widget class="QPushButton" row="2" column="1"> + <widget class="TQPushButton" row="2" column="1"> <property name="name"> <cstring>removeHostBtn</cstring> </property> @@ -89,7 +89,7 @@ The first column shows the name or address of the host, the second column shows <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>40</height> @@ -149,8 +149,8 @@ The first column shows the name or address of the host, the second column shows <includes> <include location="local" impldecl="in implementation">nfsdialoggui.ui.h</include> </includes> -<slots> +<Q_SLOTS> <slot>listView_selectionChanged()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |