diff options
Diffstat (limited to 'kommander/examples/current')
-rwxr-xr-x | kommander/examples/current/a1.kmdr | 8 | ||||
-rwxr-xr-x | kommander/examples/current/b1.kmdr | 4 | ||||
-rwxr-xr-x | kommander/examples/current/kpartpart.kmdr | 4 | ||||
-rw-r--r-- | kommander/examples/current/passvariables.kmdr | 6 | ||||
-rwxr-xr-x | kommander/examples/current/tableselect.kmdr | 4 |
5 files changed, 13 insertions, 13 deletions
diff --git a/kommander/examples/current/a1.kmdr b/kommander/examples/current/a1.kmdr index bf11dc78..3b81701d 100755 --- a/kommander/examples/current/a1.kmdr +++ b/kommander/examples/current/a1.kmdr @@ -145,7 +145,7 @@ debug("pid="+pid)</string> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>40</width> <height>0</height> @@ -176,7 +176,7 @@ StatusBar8.setText("Returned: "+b)</string> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>46</width> <height>0</height> @@ -209,7 +209,7 @@ StatusBar8.setText("Returned: "+b)</string> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>80</width> <height>0</height> @@ -243,7 +243,7 @@ StatusBar8.setText("Returned: "+b)</string> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>60</width> <height>0</height> diff --git a/kommander/examples/current/b1.kmdr b/kommander/examples/current/b1.kmdr index aac4943d..09725243 100755 --- a/kommander/examples/current/b1.kmdr +++ b/kommander/examples/current/b1.kmdr @@ -82,7 +82,7 @@ endif <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>111</width> <height>0</height> @@ -104,7 +104,7 @@ endif <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>50</width> <height>0</height> diff --git a/kommander/examples/current/kpartpart.kmdr b/kommander/examples/current/kpartpart.kmdr index 26e4171c..d6e83b95 100755 --- a/kommander/examples/current/kpartpart.kmdr +++ b/kommander/examples/current/kpartpart.kmdr @@ -75,7 +75,7 @@ This demo is intended to run both kpartwmframe.kmdr and kpartpart.kmdr. </string <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>75</width> <height>0</height> @@ -156,7 +156,7 @@ endif <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>40</width> <height>0</height> diff --git a/kommander/examples/current/passvariables.kmdr b/kommander/examples/current/passvariables.kmdr index e984f567..2c29e2c8 100644 --- a/kommander/examples/current/passvariables.kmdr +++ b/kommander/examples/current/passvariables.kmdr @@ -272,7 +272,7 @@ echo round(@Self.Item(1)/@Self.Item(2),5) <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>108</width> <height>0</height> @@ -303,7 +303,7 @@ echo round(@Self.Item(1)/@Self.Item(2),5) <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>71</width> <height>0</height> @@ -368,7 +368,7 @@ echo round(@Self.Item(1)/@Self.Item(2),5) <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>71</width> <height>0</height> diff --git a/kommander/examples/current/tableselect.kmdr b/kommander/examples/current/tableselect.kmdr index 6a7f0a7a..e084eb89 100755 --- a/kommander/examples/current/tableselect.kmdr +++ b/kommander/examples/current/tableselect.kmdr @@ -348,7 +348,7 @@ TextBrowser1.setText(result) <verstretch>0</verstretch> </sizepolicy> </property> - <property name="tqminimumSize"> + <property name="minimumSize"> <size> <width>24</width> <height>24</height> @@ -407,7 +407,7 @@ end <verstretch>0</verstretch> </sizepolicy> </property> - <property name="tqminimumSize"> + <property name="minimumSize"> <size> <width>24</width> <height>24</height> |