diff options
Diffstat (limited to 'k9author/newTitle.ui')
-rw-r--r-- | k9author/newTitle.ui | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/k9author/newTitle.ui b/k9author/newTitle.ui index c68ab88..3787513 100644 --- a/k9author/newTitle.ui +++ b/k9author/newTitle.ui @@ -1,10 +1,10 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>newTitle</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>newTitle</cstring> </property> - <property name="geometry"> + <property name="tqgeometry"> <rect> <x>0</x> <y>0</y> @@ -19,7 +19,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QButtonGroup" row="1" column="0" rowspan="1" colspan="2"> + <widget class="TQButtonGroup" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>buttonGroup1</cstring> </property> @@ -73,7 +73,7 @@ </sizepolicy> </property> </widget> - <widget class="QRadioButton" row="0" column="0"> + <widget class="TQRadioButton" row="0" column="0"> <property name="name"> <cstring>rbNumber</cstring> </property> @@ -84,7 +84,7 @@ <bool>true</bool> </property> </widget> - <widget class="QRadioButton" row="1" column="0"> + <widget class="TQRadioButton" row="1" column="0"> <property name="name"> <cstring>rbLength</cstring> </property> @@ -102,7 +102,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>131</width> <height>21</height> @@ -121,7 +121,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>21</width> <height>16</height> @@ -138,7 +138,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>16</width> <height>20</height> @@ -180,22 +180,22 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>470</width> <height>20</height> </size> </property> </spacer> - <widget class="QLayoutWidget" row="0" column="0" rowspan="1" colspan="2"> + <widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> - <cstring>layout1</cstring> + <cstring>tqlayout1</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> @@ -219,7 +219,7 @@ <number>25</number> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>lTotalTime</cstring> </property> @@ -242,9 +242,9 @@ <connections> <connection> <sender>urFile</sender> - <signal>urlSelected(const QString&)</signal> + <signal>urlSelected(const TQString&)</signal> <receiver>newTitle</receiver> - <slot>fileSelected(const QString&)</slot> + <slot>fileSelected(const TQString&)</slot> </connection> <connection> <sender>rbNumber</sender> @@ -265,13 +265,13 @@ <slot>bAddClicked()</slot> </connection> </connections> -<slots> - <slot>fileSelected(const QString&)</slot> +<Q_SLOTS> + <slot>fileSelected(const TQString&)</slot> <slot>rbNumberClicked()</slot> <slot>rbLengthClicked()</slot> <slot>bAddClicked()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>knuminput.h</includehint> <includehint>knuminput.h</includehint> |