diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:19 -0600 |
commit | 9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce (patch) | |
tree | 2bbbaf78ec36e8ee0af8111cc22276d736a632db /src/verifypopupui.ui | |
parent | 90f25c94c32ef0fcb95fbf3c460161f3009d79bb (diff) | |
download | kopete-otr-9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce.tar.gz kopete-otr-9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/verifypopupui.ui')
-rw-r--r-- | src/verifypopupui.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/verifypopupui.ui b/src/verifypopupui.ui index 948364c..b1e066c 100644 --- a/src/verifypopupui.ui +++ b/src/verifypopupui.ui @@ -40,7 +40,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>461</width> <height>20</height> @@ -56,7 +56,7 @@ <property name="name"> <cstring>cbVerify</cstring> </property> - <property name="tqmaximumSize"> + <property name="maximumSize"> <size> <width>130</width> <height>32767</height> @@ -80,7 +80,7 @@ <property name="text"> <string></string> </property> - <property name="tqalignment"> + <property name="alignment"> <set>WordBreak|AlignVCenter</set> </property> </widget> |