diff options
Diffstat (limited to 'kommander/examples/tutorial/settings.kmdr')
-rw-r--r-- | kommander/examples/tutorial/settings.kmdr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kommander/examples/tutorial/settings.kmdr b/kommander/examples/tutorial/settings.kmdr index 24fb90e5..f4aaa0b1 100644 --- a/kommander/examples/tutorial/settings.kmdr +++ b/kommander/examples/tutorial/settings.kmdr @@ -93,7 +93,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>30</width> <height>0</height> @@ -104,7 +104,7 @@ <property name="name"> <cstring>ExecButton1</cstring> </property> - <property name="tqminimumSize"> + <property name="minimumSize"> <size> <width>60</width> <height>0</height> @@ -129,7 +129,7 @@ <property name="name"> <cstring>CloseButton1</cstring> </property> - <property name="tqminimumSize"> + <property name="minimumSize"> <size> <width>60</width> <height>0</height> @@ -154,7 +154,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>30</width> <height>0</height> |