summaryrefslogtreecommitdiffstats
path: root/src/otrplugin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:03:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:03:45 -0600
commitb90b805733bdb1846e6058f7b065f5f886d7e203 (patch)
tree3c3c8f857822141d89e8fc6ad079048ef37908b8 /src/otrplugin.cpp
parent401ba79d4ebd0e7757a29867027bfc3afb7c269c (diff)
downloadkopete-otr-b90b805733bdb1846e6058f7b065f5f886d7e203.tar.gz
kopete-otr-b90b805733bdb1846e6058f7b065f5f886d7e203.zip
Rename a number of classes to enhance compatibility with KDE4
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 47fdcb0..ab8da0a 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::fromLatin1("kopete_otr"), 0, actionCollection(), "otr_policy" );
+ otrPolicyMenu = new TDESelectAction( i18n( "&OTR Policy" ), TQString::fromLatin1("kopete_otr"), 0, actionCollection(), "otr_policy" );
otrPolicyMenu->setItems( policies );
otrPolicyMenu->popupMenu()->insertSeparator( 1 );
otrPolicyMenu->setEnabled( false );