summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/aim/aimaccount.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-10 01:32:46 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-10 18:54:31 +0100
commit450ce2bfb8d3ea2c093fb9ff6df17b02b5719bad (patch)
treec1a847138e11ea95e9272808e3b98145ed63dd6a /kopete/protocols/oscar/aim/aimaccount.cpp
parentdd43402365ac82e6f28d373ea857a38f473e9f45 (diff)
downloadtdenetwork-450ce2bfb8d3ea2c093fb9ff6df17b02b5719bad.tar.gz
tdenetwork-450ce2bfb8d3ea2c093fb9ff6df17b02b5719bad.zip
kopete: Change the default AIM server from login.oscar.aol.com to iwarg.ddns.net.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 24748270289583a17ed348baf0a21c28f700a5de)
Diffstat (limited to 'kopete/protocols/oscar/aim/aimaccount.cpp')
-rw-r--r--kopete/protocols/oscar/aim/aimaccount.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/oscar/aim/aimaccount.cpp b/kopete/protocols/oscar/aim/aimaccount.cpp
index f6be26b7..4fbe472a 100644
--- a/kopete/protocols/oscar/aim/aimaccount.cpp
+++ b/kopete/protocols/oscar/aim/aimaccount.cpp
@@ -208,7 +208,7 @@ AIMAccount::AIMAccount(Kopete::Protocol *parent, TQString accountID, const char
setMyself( mc );
myself()->setOnlineStatus( static_cast<AIMProtocol*>( parent )->statusOffline );
TQString profile = configGroup()->readEntry( "Profile",
- i18n( "Visit the Kopete website at <a href=\"http://kopete.kde.org\">http://kopete.kde.org</a>") );
+ i18n( "Visit the Kopete website at <a href=\"http://trinitydesktop.org\">http://trinitydesktop.org</a>") );
mc->setOwnProfile( profile );
m_joinChatDialog = 0;
@@ -759,7 +759,7 @@ void AIMAccount::connectWithPassword( const TQString & )
// Get the screen name for this account
TQString screenName = accountId();
- TQString server = configGroup()->readEntry( "Server", TQString::fromLatin1( "login.oscar.aol.com" ) );
+ TQString server = configGroup()->readEntry( "Server", TQString::fromLatin1( "iwarg.ddns.net" ) );
uint port = configGroup()->readNumEntry( "Port", 5190 );
Connection* c = setupConnection( server, port );