diff options
Diffstat (limited to 'kopete/protocols/meanwhile/meanwhileaccount.cpp')
-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; |