summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/tdeconf_update/kopete-account-tdeconf_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/tdeconf_update/kopete-account-tdeconf_update.cpp')
-rw-r--r--kopete/kopete/tdeconf_update/kopete-account-tdeconf_update.cpp18
1 files changed, 2 insertions, 16 deletions
diff --git a/kopete/kopete/tdeconf_update/kopete-account-tdeconf_update.cpp b/kopete/kopete/tdeconf_update/kopete-account-tdeconf_update.cpp
index 42ba47f1..67b39ad8 100644
--- a/kopete/kopete/tdeconf_update/kopete-account-tdeconf_update.cpp
+++ b/kopete/kopete/tdeconf_update/kopete-account-tdeconf_update.cpp
@@ -55,7 +55,7 @@ void parseGroup( const TQString &group, const TQString &rawLine )
{
// Groups that are converted can almost certainly be removed entirely
- if ( group == "MSN" || group == "ICQ" || group == "Oscar" || group == "Gadu" || group == "Jabber" || group == "IRC" )
+ if ( group == "ICQ" || group == "Oscar" || group == "Gadu" || group == "Jabber" || group == "IRC" )
{
accountId = "EMPTY";
autoConnect = "true";
@@ -82,21 +82,7 @@ void parseGroup( const TQString &group, const TQString &rawLine )
void parseKey( const TQString &group, const TQString &key, const TQString &value, const TQString &rawLine )
{
//qcerr << "*** group='" << group << "'" << endl;
- if ( group == "MSN" )
- {
- if ( key == "UserID" )
- accountId = value;
- else if ( key == "Password" )
- password = value;
- else if ( key == "AutoConnect" )
- autoConnect = value;
- else if ( key == "Nick" )
- pluginData[ "displayName" ] = value;
-
- // All other keys are ignored for MSN, as these apply to stuff that's
- // now in libkopete (and the main app) instead.
- }
- else if ( group == "ICQ" )
+ if ( group == "ICQ" )
{
if ( key == "UIN" )
accountId = value;