diff options
Diffstat (limited to 'kaudiocreator/cdconfig.ui')
-rw-r--r-- | kaudiocreator/cdconfig.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kaudiocreator/cdconfig.ui b/kaudiocreator/cdconfig.ui index 3c688699..d437181f 100644 --- a/kaudiocreator/cdconfig.ui +++ b/kaudiocreator/cdconfig.ui @@ -1,10 +1,10 @@ <!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>CdConfig</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>CdConfig</cstring> </property> - <property name="geometry"> + <property name="tqgeometry"> <rect> <x>0</x> <y>0</y> @@ -19,7 +19,7 @@ <property name="margin"> <number>0</number> </property> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>kcfg_performCDDBauto</cstring> </property> @@ -27,7 +27,7 @@ <string>&Perform CDDB lookup automatically</string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>kcfg_autoRip</cstring> </property> @@ -45,7 +45,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -54,8 +54,8 @@ </spacer> </vbox> </widget> -<slots> +<Q_SLOTS> <slot access="protected" specifier="non virtual">configureAudioCD()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |