diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:28:18 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-03 20:26:21 +0200 |
commit | 1754e4db964431e721e805a923b689b6c92960e4 (patch) | |
tree | a3cc3a44576f709d992e90ac0a37e6aba2967b57 /kdat/OptionsDlgWidget.ui | |
parent | ce22df03899aad1d9eeabb3bba1048a9cb6c5708 (diff) | |
download | tdeadmin-1754e4db964431e721e805a923b689b6c92960e4.tar.gz tdeadmin-1754e4db964431e721e805a923b689b6c92960e4.zip |
Rename old tq methods that no longer need a unique name
(cherry picked from commit b836ed566cdce05ae8408705487cd10a423f3a90)
Diffstat (limited to 'kdat/OptionsDlgWidget.ui')
-rw-r--r-- | kdat/OptionsDlgWidget.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdat/OptionsDlgWidget.ui b/kdat/OptionsDlgWidget.ui index aaa9348..f4c96a6 100644 --- a/kdat/OptionsDlgWidget.ui +++ b/kdat/OptionsDlgWidget.ui @@ -43,7 +43,7 @@ <property name="name"> <cstring>_defaultTapeSize</cstring> </property> - <property name="tqminimumSize"> + <property name="minimumSize"> <size> <width>96</width> <height>0</height> @@ -60,7 +60,7 @@ <property name="name"> <cstring>_tapeBlockSize</cstring> </property> - <property name="tqminimumSize"> + <property name="minimumSize"> <size> <width>96</width> <height>0</height> @@ -283,7 +283,7 @@ You must still specify the block size.</string> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>20</width> <height>0</height> |