diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:10:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:10:07 -0600 |
commit | 76ff7ac2117fa382e06d11af11e6c3cf29d97dba (patch) | |
tree | eec60fd1277d59d5ad0009b99b0dcadf6742cbe1 | |
parent | bd1037abe7720066ad0b41f55f2667f968326965 (diff) | |
download | tdeio-locate-76ff7ac2117fa382e06d11af11e6c3cf29d97dba.tar.gz tdeio-locate-76ff7ac2117fa382e06d11af11e6c3cf29d97dba.zip |
Rename old tq methods that no longer need a unique name
-rw-r--r-- | src/klocateconfiglocatewidget.ui | 8 | ||||
-rw-r--r-- | src/klocateconfigwidget.ui | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/src/klocateconfiglocatewidget.ui b/src/klocateconfiglocatewidget.ui index e14f402..acc40ca 100644 --- a/src/klocateconfiglocatewidget.ui +++ b/src/klocateconfiglocatewidget.ui @@ -98,7 +98,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>81</width> <height>20</height> @@ -117,7 +117,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="tqminimumSize"> + <property name="minimumSize"> <size> <width>200</width> <height>0</height> @@ -163,7 +163,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>51</width> <height>20</height> @@ -182,7 +182,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="tqminimumSize"> + <property name="minimumSize"> <size> <width>200</width> <height>0</height> diff --git a/src/klocateconfigwidget.ui b/src/klocateconfigwidget.ui index 776f0a0..773139a 100644 --- a/src/klocateconfigwidget.ui +++ b/src/klocateconfigwidget.ui @@ -59,7 +59,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>284</width> <height>20</height> @@ -85,7 +85,7 @@ <property name="name"> <cstring>kcfg_caseSensitivity</cstring> </property> - <property name="tqminimumSize"> + <property name="minimumSize"> <size> <width>150</width> <height>0</height> @@ -158,7 +158,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>141</width> <height>20</height> @@ -215,7 +215,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>100</width> <height>20</height> @@ -234,7 +234,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="tqminimumSize"> + <property name="minimumSize"> <size> <width>200</width> <height>0</height> @@ -280,7 +280,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>161</width> <height>20</height> @@ -347,7 +347,7 @@ <property name="name"> <cstring>kcfg_collapsedIcon</cstring> </property> - <property name="tqminimumSize"> + <property name="minimumSize"> <size> <width>150</width> <height>0</height> |