Rename old tq methods that no longer need a unique name

pull/1/head
Timothy Pearson 13 years ago
parent 79e320ac23
commit 96f6451b95

@ -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 );

@ -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>

@ -45,7 +45,7 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="tqminimumSize">
<property name="minimumSize">
<size>
<width>72</width>
<height>72</height>

@ -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>

Loading…
Cancel
Save