diff options
Diffstat (limited to 'quanta/scripts/dwt.kmdr')
-rwxr-xr-x | quanta/scripts/dwt.kmdr | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/quanta/scripts/dwt.kmdr b/quanta/scripts/dwt.kmdr index 1fab1576..94eb7fbf 100755 --- a/quanta/scripts/dwt.kmdr +++ b/quanta/scripts/dwt.kmdr @@ -52,7 +52,7 @@ <property name="name"> <cstring>tabMain</cstring> </property> - <widget class="QWidget"> + <widget class=TQWIDGET_OBJECT_NAME_STRING> <property name="name"> <cstring>tab</cstring> </property> @@ -69,7 +69,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel" row="0" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="0" column="0"> <property name="name"> <cstring>lblProject</cstring> </property> @@ -98,7 +98,7 @@ </stringlist> </property> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="2" column="0"> <property name="name"> <cstring>lblScript</cstring> </property> @@ -126,7 +126,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>0</width> <height>80</height> @@ -135,7 +135,7 @@ </spacer> </grid> </widget> - <widget class="QWidget"> + <widget class=TQWIDGET_OBJECT_NAME_STRING> <property name="name"> <cstring>tab</cstring> </property> @@ -152,7 +152,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel" row="0" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="0" column="0"> <property name="name"> <cstring>txtHelp</cstring> </property> @@ -162,7 +162,7 @@ <property name="textFormat"> <enum>AutoText</enum> </property> - <property name="alignment"> + <property name="tqalignment"> <set>WordBreak|AlignTop|AlignLeft</set> </property> </widget> @@ -179,7 +179,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>225</width> <height>0</height> @@ -188,5 +188,5 @@ </spacer> </grid> </widget> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |