diff options
Diffstat (limited to 'krita/ui/wdgperformancesettings.ui')
-rw-r--r-- | krita/ui/wdgperformancesettings.ui | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/krita/ui/wdgperformancesettings.ui b/krita/ui/wdgperformancesettings.ui index e5f1b9c8..b8cd4cf4 100644 --- a/krita/ui/wdgperformancesettings.ui +++ b/krita/ui/wdgperformancesettings.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>WdgPerformanceSettings</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>WdgPerformanceSettings</cstring> </property> @@ -16,15 +16,15 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> - <cstring>layout4</cstring> + <cstring>tqlayout4</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> @@ -61,7 +61,7 @@ Note that this number is only a guideline for Krita, and is not guaranteed to be <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>81</width> <height>20</height> @@ -70,15 +70,15 @@ Note that this number is only a guideline for Krita, and is not guaranteed to be </spacer> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> - <cstring>layout5</cstring> + <cstring>tqlayout5</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>textLabel2</cstring> </property> @@ -89,11 +89,11 @@ Note that this number is only a guideline for Krita, and is not guaranteed to be <string>This configures how much Krita will use the swap file. If you move the slider all the way to the left, Krita will not use the swap file at all. If you move it all the way to the right, Krita will make maximum use of the swap file.</string> </property> </widget> - <widget class="QSlider"> + <widget class="TQSlider"> <property name="name"> <cstring>m_swappiness</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>600</width> <height>32767</height> @@ -127,7 +127,7 @@ Note that this number is only a guideline for Krita, and is not guaranteed to be <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>139</height> @@ -138,7 +138,7 @@ Note that this number is only a guideline for Krita, and is not guaranteed to be </widget> <customwidgets> </customwidgets> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>knuminput.h</includehint> <includehint>knuminput.h</includehint> |