diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:12:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:12:45 -0600 |
commit | 96f6451b9589e8c26602b466604164770977ab15 (patch) | |
tree | 677db4aa9109869dc54a2dffb53420d64d4d3cdf /src | |
parent | 79e320ac2390400ace1779f77b280accfdcbd393 (diff) | |
download | kopete-otr-96f6451b9589e8c26602b466604164770977ab15.tar.gz kopete-otr-96f6451b9589e8c26602b466604164770977ab15.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src')
-rw-r--r-- | src/otrplugin.cpp | 2 | ||||
-rw-r--r-- | src/otrprefs.ui | 6 | ||||
-rw-r--r-- | src/privkeypopupui.ui | 2 | ||||
-rw-r--r-- | src/verifypopupui.ui | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/src/otrplugin.cpp b/src/otrplugin.cpp index 93f1720..066d8fc 100644 --- a/src/otrplugin.cpp +++ b/src/otrplugin.cpp @@ -143,7 +143,7 @@ OTRPlugin::OTRPlugin( TQObject *parent, const char *name, const TQStringList & / //adding menu to contaclists menubar and contacts popup menu TQStringList policies; policies << i18n("&Default") << i18n("Al&ways") << i18n("&Opportunistic") << i18n("&Manual") << i18n("Ne&ver"); - otrPolicyMenu = new KSelectAction( i18n( "&OTR Policy" ), TQString::tqfromLatin1("kopete_otr"), 0, actionCollection(), "otr_policy" ); + otrPolicyMenu = new KSelectAction( i18n( "&OTR Policy" ), TQString::fromLatin1("kopete_otr"), 0, actionCollection(), "otr_policy" ); otrPolicyMenu->setItems( policies ); otrPolicyMenu->popupMenu()->insertSeparator( 1 ); otrPolicyMenu->setEnabled( false ); diff --git a/src/otrprefs.ui b/src/otrprefs.ui index 4a6a43e..cb93975 100644 --- a/src/otrprefs.ui +++ b/src/otrprefs.ui @@ -60,7 +60,7 @@ <property name="name"> <cstring>cbKeys</cstring> </property> - <property name="tqmaximumSize"> + <property name="maximumSize"> <size> <width>400</width> <height>32767</height> @@ -181,7 +181,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>20</width> <height>161</height> @@ -209,7 +209,7 @@ </column> <column> <property name="text"> - <string>tqStatus</string> + <string>Status</string> </property> </column> <column> diff --git a/src/privkeypopupui.ui b/src/privkeypopupui.ui index c2f406d..34f90d4 100644 --- a/src/privkeypopupui.ui +++ b/src/privkeypopupui.ui @@ -45,7 +45,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="tqminimumSize"> + <property name="minimumSize"> <size> <width>72</width> <height>72</height> diff --git a/src/verifypopupui.ui b/src/verifypopupui.ui index 948364c..2c83b07 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> |