diff options
Diffstat (limited to 'kommander/examples/current/tableselect.kmdr')
-rwxr-xr-x | kommander/examples/current/tableselect.kmdr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kommander/examples/current/tableselect.kmdr b/kommander/examples/current/tableselect.kmdr index 09dd6cd8..a8617103 100755 --- a/kommander/examples/current/tableselect.kmdr +++ b/kommander/examples/current/tableselect.kmdr @@ -51,7 +51,7 @@ AboutDialog9.setBugAddress("[email protected]")</string> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="1" column="3" rowspan="1" colspan="2"> + <widget class=TQLAYOUTWIDGET_OBJECT_NAME_STRING row="1" column="3" rowspan="1" colspan="2"> <property name="name"> <cstring>Layout2</cstring> </property> @@ -99,7 +99,7 @@ AboutDialog9.setBugAddress("[email protected]")</string> </widget> </grid> </widget> - <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="2"> + <widget class=TQLAYOUTWIDGET_OBJECT_NAME_STRING row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>Layout1</cstring> </property> @@ -348,7 +348,7 @@ TextBrowser1.setText(result) <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>24</width> <height>24</height> @@ -407,7 +407,7 @@ end <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>24</width> <height>24</height> @@ -498,5 +498,5 @@ end <slot>popup(int,int)</slot> </connection> </connections> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |