summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jabbertransport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/jabbertransport.cpp')
-rw-r--r--kopete/protocols/jabber/jabbertransport.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/kopete/protocols/jabber/jabbertransport.cpp b/kopete/protocols/jabber/jabbertransport.cpp
index 5cf5ffa5..c984b2aa 100644
--- a/kopete/protocols/jabber/jabbertransport.cpp
+++ b/kopete/protocols/jabber/jabbertransport.cpp
@@ -54,10 +54,8 @@ JabberTransport::JabberTransport (JabberAccount * parentAccount, const XMPP::Ros
#if KOPETE_IS_VERSION(0,11,51) //setCustomIcon is new in kopete 0.12
TQString cIcon;
- if(gateway_type=="icq")
+ if(gateway_type=="icq")
cIcon="jabber_gateway_icq";
- else if(gateway_type=="aim")
- cIcon="jabber_gateway_aim";
else if(gateway_type=="yahoo")
cIcon="jabber_gateway_yahoo";
else if(gateway_type=="sms")
@@ -77,7 +75,7 @@ JabberTransport::JabberTransport (JabberAccount * parentAccount, const XMPP::Ros
if( !cIcon.isEmpty() )
setCustomIcon( cIcon );
-#endif
+#endif
configGroup()->writeEntry("GatewayJID" , item.jid().full() );