diff options
Diffstat (limited to 'noatun-plugins/pitchablespeed/speedtuner.ui')
-rw-r--r-- | noatun-plugins/pitchablespeed/speedtuner.ui | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/noatun-plugins/pitchablespeed/speedtuner.ui b/noatun-plugins/pitchablespeed/speedtuner.ui index 79844c4..e533bd2 100644 --- a/noatun-plugins/pitchablespeed/speedtuner.ui +++ b/noatun-plugins/pitchablespeed/speedtuner.ui @@ -1,7 +1,7 @@ <!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>SpeedTuner</class> <author>Hans Meine <hans@meine.de></author> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>SpeedTuner</cstring> </property> @@ -26,7 +26,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QSlider"> + <widget class="TQSlider"> <property name="name"> <cstring>slider</cstring> </property> @@ -37,7 +37,7 @@ <enum>Both</enum> </property> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout4</cstring> </property> @@ -51,7 +51,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>currentValEdit</cstring> </property> @@ -68,7 +68,7 @@ <property name="frame"> <bool>false</bool> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignHCenter</set> </property> <property name="hAlign" stdset="0"> @@ -84,14 +84,14 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout2</cstring> </property> @@ -105,7 +105,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>rangeLabel</cstring> </property> @@ -130,7 +130,7 @@ <string>+/- </string> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>offsetLabel</cstring> </property> @@ -154,7 +154,7 @@ </widget> </grid> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>preserveFrequencies</cstring> </property> @@ -186,10 +186,10 @@ <slot>offsetChanged(int)</slot> </connection> </connections> -<slots> +<Q_SLOTS> <slot access="protected">speedChanged(int)</slot> <slot access="protected">offsetChanged(int)</slot> <slot access="protected">rangeChanged(int)</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |