summaryrefslogtreecommitdiffstats
path: root/src/otrplugin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:12:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:12:45 -0600
commit96f6451b9589e8c26602b466604164770977ab15 (patch)
tree677db4aa9109869dc54a2dffb53420d64d4d3cdf /src/otrplugin.cpp
parent79e320ac2390400ace1779f77b280accfdcbd393 (diff)
downloadkopete-otr-96f6451b9589e8c26602b466604164770977ab15.tar.gz
kopete-otr-96f6451b9589e8c26602b466604164770977ab15.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/otrplugin.cpp')
-rw-r--r--src/otrplugin.cpp2
1 files changed, 1 insertions, 1 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 );