diff options
Diffstat (limited to 'src/app/configslideshowpage.ui')
-rw-r--r-- | src/app/configslideshowpage.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/app/configslideshowpage.ui b/src/app/configslideshowpage.ui index cb06835..dafdcc0 100644 --- a/src/app/configslideshowpage.ui +++ b/src/app/configslideshowpage.ui @@ -1,10 +1,10 @@ <!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>ConfigSlideshowPage</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>ConfigSlideshowPage</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" row="2" column="0" rowspan="1" colspan="3"> + <widget class="TQCheckBox" row="2" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>kcfg_loop</cstring> </property> @@ -27,7 +27,7 @@ <string>Loop</string> </property> </widget> - <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="3"> + <widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>kcfg_random</cstring> </property> @@ -35,7 +35,7 @@ <string>Show images in random order</string> </property> </widget> - <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="3"> + <widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>kcfg_fullscreen</cstring> </property> @@ -46,7 +46,7 @@ <bool>true</bool> </property> </widget> - <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="3"> + <widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>kcfg_stopAtEnd</cstring> </property> @@ -59,7 +59,7 @@ When this option is enabled, the slideshow will stop on the last image of the folder.</string> </property> </widget> - <widget class="QLabel" row="4" column="0"> + <widget class="TQLabel" row="4" column="0"> <property name="name"> <cstring>mDelayLabel</cstring> </property> @@ -88,7 +88,7 @@ When this option is enabled, the slideshow will stop on the last image of the fo <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>180</width> <height>20</height> @@ -127,7 +127,7 @@ When this option is enabled, the slideshow will stop on the last image of the fo <slot>setDisabled(bool)</slot> </connection> </connections> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>knuminput.h</includehint> </includehints> |