diff options
Diffstat (limited to 'kommander/examples/tutorial/arrays.kmdr')
-rw-r--r-- | kommander/examples/tutorial/arrays.kmdr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kommander/examples/tutorial/arrays.kmdr b/kommander/examples/tutorial/arrays.kmdr index dd4b18c6..b884affc 100644 --- a/kommander/examples/tutorial/arrays.kmdr +++ b/kommander/examples/tutorial/arrays.kmdr @@ -36,7 +36,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>TextLabel2</cstring> </property> @@ -93,7 +93,7 @@ </stringlist> </property> </widget> - <widget class="QLayoutWidget" row="3" column="0"> + <widget class=TQLAYOUTWIDGET_OBJECT_NAME_STRING row="3" column="0"> <property name="name"> <cstring>Layout4</cstring> </property> @@ -117,7 +117,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>30</width> <height>0</height> @@ -181,7 +181,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>30</width> <height>0</height> @@ -200,5 +200,5 @@ <slot>populate()</slot> </connection> </connections> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |