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