diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | 7c879109a2117273f834ea194f8ddd55733cb737 (patch) | |
tree | 8239d760fdd52026c37d5fab10684cbb1c8fd5c1 /kopete/protocols/meanwhile | |
parent | 52c719697a3a46d48fa618d68b84d7d6bd7c524c (diff) | |
download | tdenetwork-7c879109a2117273f834ea194f8ddd55733cb737.tar.gz tdenetwork-7c879109a2117273f834ea194f8ddd55733cb737.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/protocols/meanwhile')
-rw-r--r-- | kopete/protocols/meanwhile/meanwhileaccount.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/meanwhile/meanwhileaccount.cpp b/kopete/protocols/meanwhile/meanwhileaccount.cpp index 805cba1b..d0fe10bc 100644 --- a/kopete/protocols/meanwhile/meanwhileaccount.cpp +++ b/kopete/protocols/meanwhile/meanwhileaccount.cpp @@ -138,9 +138,9 @@ KActionMenu * MeanwhileAccount::actionMenu() menu->popupMenu()->insertSeparator(); #if 0 - menu->insert(new KAction(i18n("&Change tqStatus Message"), TQString(), 0, + menu->insert(new KAction(i18n("&Change Status Message"), TQString(), 0, this, TQT_SLOT(meanwhileChangetqStatus()), this, - "meanwhileChangetqStatus")); + "meanwhileChangeStatus")); //infoPlugin->addCustomMenus(theMenu); #endif return menu; |