diff options
Diffstat (limited to 'kdat/OptionsDlgWidget.ui')
-rw-r--r-- | kdat/OptionsDlgWidget.ui | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/kdat/OptionsDlgWidget.ui b/kdat/OptionsDlgWidget.ui index 5ace94d..4d8d6a7 100644 --- a/kdat/OptionsDlgWidget.ui +++ b/kdat/OptionsDlgWidget.ui @@ -1,7 +1,7 @@ <!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>OptionsDlgWidget</class> <author>Michael Pyne</author> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>OptionsDlgWidget</cstring> </property> @@ -20,9 +20,9 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> - <cstring>layout4</cstring> + <cstring>tqlayout4</cstring> </property> <vbox> <property name="name"> @@ -31,9 +31,9 @@ <property name="margin"> <number>0</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> - <cstring>layout5</cstring> + <cstring>tqlayout5</cstring> </property> <grid> <property name="name"> @@ -43,7 +43,7 @@ <property name="name"> <cstring>_defaultTapeSize</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>96</width> <height>0</height> @@ -60,7 +60,7 @@ <property name="name"> <cstring>_tapeBlockSize</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>96</width> <height>0</height> @@ -94,7 +94,7 @@ <string>This option chooses whether the default tape size to the left is in megabytes (MB) or gigabytes (GB).</string> </property> </widget> - <widget class="QLabel" row="1" column="2"> + <widget class="TQLabel" row="1" column="2"> <property name="name"> <cstring>textLabel3</cstring> </property> @@ -102,7 +102,7 @@ <string>bytes</string> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>textLabel2</cstring> </property> @@ -113,7 +113,7 @@ <cstring>_tapeBlockSize</cstring> </property> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>textLabel1</cstring> </property> @@ -126,9 +126,9 @@ </widget> </grid> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> - <cstring>layout1</cstring> + <cstring>tqlayout1</cstring> </property> <grid> <property name="name"> @@ -153,7 +153,7 @@ <string>The location in the filesystem of the <em>non-rewinding</em> tape device. The default is <b>/dev/tape</b>.</string> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>textLabel5</cstring> </property> @@ -183,7 +183,7 @@ <string>This setting controls the command that KDat uses to perform the tape backup. The full path should be given. The default is <b>tar</b>.</string> </property> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>textLabel4</cstring> </property> @@ -196,7 +196,7 @@ </widget> </grid> </widget> - <widget class="QButtonGroup"> + <widget class="TQButtonGroup"> <property name="name"> <cstring>buttonGroup1</cstring> </property> @@ -207,7 +207,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>_loadOnMount</cstring> </property> @@ -223,7 +223,7 @@ This is required by some tape drives.</string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>_lockOnMount</cstring> </property> @@ -239,7 +239,7 @@ This is required by some tape drives.</string> This doesn't work for all tape drives.</string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>_ejectOnUnmount</cstring> </property> @@ -255,7 +255,7 @@ This doesn't work for all tape drives.</string> This option should not be used for floppy-tape drives.</string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>_variableBlockSize</cstring> </property> @@ -283,7 +283,7 @@ You must still specify the block size.</string> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>0</height> @@ -370,16 +370,16 @@ You must still specify the block size.</string> <include location="global" impldecl="in implementation">kdialog.h</include> <include location="local" impldecl="in implementation">OptionsDlgWidget.ui.h</include> </includes> -<signals> +<Q_SIGNALS> <signal>doBrowseTapeDevice()</signal> <signal>doBrowseTarCommand()</signal> <signal>valueChanged()</signal> -</signals> -<slots> +</Q_SIGNALS> +<Q_SLOTS> <slot access="protected">slotValueChanged()</slot> <slot access="protected">slotBrowseTapeDevice()</slot> <slot access="protected">slotBrowseTarCommand()</slot> -</slots> -<layoutdefaults spacing="11" margin="6"/> -<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="11" margin="6"/> +<tqlayoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> </UI> |